lovasoa commented on issue #2010:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/issues/2010#issuecomment-3213421086

   Here is a more minimal reproduction: 
   
   ```sql
   WITH x AS (
                MERGE INTO t USING (VALUES (1)) ON true
                WHEN MATCHED THEN DELETE
                RETURNING *
   ) SELECT * FROM x
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to