sqlparser
sqlparser copied to clipboard
Doesn't parse insert statement with `returning` clause
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'