-
Notifications
You must be signed in to change notification settings - Fork 240
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
Does it support "SELECT * FROM 11111.table1" ? #78
Comments
I don't think that's a valid database/table identifier. Try wrapping it in backticks.
|
OK, I will try it |
Thanks it works. |
Can you close this issue in that case? It's a bit distracting, when looking at the open issues on this repo |
Working as intended |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does it support "SELECT * FROM 11111.table1" ?
I get this erorr:
SQL parsing error:syntax error at position 21 near '11111.'
The text was updated successfully, but these errors were encountered: