yoavcloud opened a new pull request, #1663: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1663
It appears that Snowflake allows specifying qualified column names in the USING column list. For example: `SELECT * FROM tbl1 AS t1 JOIN tbl2 AS t2 USING(t2.col1)` -- 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]
