sql-parser
sql-parser copied to clipboard
Selecting column names which equals sql keywords fails
If a column name within a SELECT statement equals an SQL keyword, the parser evaluates the query as invalid.
Example:
SELECT year
FROM table1
This is also the case in TPC-DS queries 66 and 74.