mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +00:00
Fix bad merge in #118
This commit is contained in:
parent
e6b26330df
commit
0f6bf15258
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ pub const RESERVED_FOR_TABLE_ALIAS: &[&str] = &[
|
||||||
// Reserved as both a table and a column alias:
|
// Reserved as both a table and a column alias:
|
||||||
WITH, SELECT, WHERE, GROUP, HAVING, ORDER, LIMIT, OFFSET, FETCH, UNION, EXCEPT, INTERSECT,
|
WITH, SELECT, WHERE, GROUP, HAVING, ORDER, LIMIT, OFFSET, FETCH, UNION, EXCEPT, INTERSECT,
|
||||||
// Reserved only as a table alias in the `FROM`/`JOIN` clauses:
|
// Reserved only as a table alias in the `FROM`/`JOIN` clauses:
|
||||||
ON, JOIN, INNER, CROSS, FULL, LEFT, RIGHT, NATURAL, USING, LIMIT, OFFSET, FETCH,
|
ON, JOIN, INNER, CROSS, FULL, LEFT, RIGHT, NATURAL, USING,
|
||||||
// Reserved not because of ambiguity, but so that parsing `SELECT * FROM a
|
// Reserved not because of ambiguity, but so that parsing `SELECT * FROM a
|
||||||
// OUTER JOIN b` causes a syntax error, rather than silently parsing to an
|
// OUTER JOIN b` causes a syntax error, rather than silently parsing to an
|
||||||
// inner join where table `a` is aliased as `OUTER`, which is certainly not
|
// inner join where table `a` is aliased as `OUTER`, which is certainly not
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue