iffyio opened a new pull request, #2360:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2360

   Dialects like mysql support
   
   ```sql
   SELECT id, data INTO @x, @y FROM test.t1;
   ```
   but the parser only expects a single table name in the `INTO` clause.
   
   This adds support for multiple targets in the `INTO` clause.


-- 
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