Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting column names which equals sql keywords fails #124

Open
mweisgut opened this issue Apr 26, 2019 · 0 comments
Open

Selecting column names which equals sql keywords fails #124

mweisgut opened this issue Apr 26, 2019 · 0 comments

Comments

@mweisgut
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant