sqlparser icon indicating copy to clipboard operation
sqlparser copied to clipboard

Doesn't parse insert statement with `returning` clause

Open amitavaghosh1 opened this issue 2 years ago • 0 comments

INSERT INTO `products` (`created_at`,`updated_at`,`deleted_at`,`code`,`price`) VALUES ("2022-12-13 03:09:51.724","2022-12-13 03:09:51.724",NULL,"D42",100) RETURNING `id`

syntax error at position 165 near 'RETURNING'

amitavaghosh1 avatar Dec 12 '22 21:12 amitavaghosh1