mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-03 16:42:54 +00:00
The SQL specification prohibits constructions like
SELECT * FROM a NATURAL JOIN (b)
where b sits alone inside parentheses. Parentheses in a FROM entry
always introduce either a derived table or a join.
|
||
|---|---|---|
| .. | ||
| sqlparser_common.rs | ||
| sqlparser_mssql.rs | ||
| sqlparser_postgres.rs | ||