We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the Dolthub SQL editor, there are certain strings that get automatically UPPERCASED and make it impossible to write a column name like year.
year
I assume it has to do with an LSP like mechanism for certain SQL keywords
https://www.dolthub.com/repositories/topicalsource/us-border/data/main/cbp_apprehensions_monthly
The text was updated successfully, but these errors were encountered:
I would say that removing the case changing would be the way to go, since SQL is generally relaxed when it comes to the casing of keywords anyway
Sorry, something went wrong.
You can use backticks to wrap the column name to avoid case changing. The query also works without backticks.
liuliu-dev
No branches or pull requests
In the Dolthub SQL editor, there are certain strings that get automatically UPPERCASED and make it impossible to write a column name like
year
.I assume it has to do with an LSP like mechanism for certain SQL keywords
https://www.dolthub.com/repositories/topicalsource/us-border/data/main/cbp_apprehensions_monthly
The text was updated successfully, but these errors were encountered: