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 a view named current errors #3224

Closed
tbantle22 opened this issue Apr 14, 2022 · 0 comments · Fixed by dolthub/vitess#154
Closed

Selecting a view named current errors #3224

tbantle22 opened this issue Apr 14, 2022 · 0 comments · Fixed by dolthub/vitess#154
Labels
bug Something isn't working sql Issue with SQL

Comments

@tbantle22
Copy link
Contributor

We have a view in the corona-virus repo called current. Running select * from current errors with "Error parsing SQL: syntax error at position 22 near 'current'." but select * from `current` works. Seems like this should also work without backticks

https://www.dolthub.com/repositories/dolthub/corona-virus/query/master?name=Current+View&active=Queries

This view is also erroring because it uses current without backticks: https://www.dolthub.com/repositories/dolthub/corona-virus/query/master?q=SELECT+*+FROM+%60mortality_rates%60&active=Views

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sql Issue with SQL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant