mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-11 06:39:35 +00:00
Don't parse ORDER BY as a table alias (8/8)
This commit is contained in:
parent
76ec175d20
commit
50b5724c39
2 changed files with 26 additions and 24 deletions
|
|
@ -716,5 +716,5 @@ pub const RESERVED_FOR_TABLE_ALIAS: &'static [&'static str] = &[
|
|||
WHERE, GROUP, ON, // keyword is 'reserved' in most dialects
|
||||
JOIN, INNER, CROSS, FULL, LEFT, RIGHT, // not reserved in Oracle
|
||||
NATURAL, USING, // not reserved in Oracle & MSSQL
|
||||
// UNION, EXCEPT, INTERSECT, ORDER // TODO add these with tests.
|
||||
ORDER, // UNION, EXCEPT, INTERSECT, // TODO add these with tests.
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue