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

Does it support "SELECT * FROM 11111.table1" ? #78

Open
liyinxin opened this issue May 16, 2024 · 3 comments
Open

Does it support "SELECT * FROM 11111.table1" ? #78

liyinxin opened this issue May 16, 2024 · 3 comments

Comments

@liyinxin
Copy link

Does it support "SELECT * FROM 11111.table1" ?

I get this erorr:
SQL parsing error:syntax error at position 21 near '11111.'

@bramp
Copy link
Collaborator

bramp commented May 16, 2024

I don't think that's a valid database/table identifier. Try wrapping it in backticks.

SELECT * FROM `11111`.table1

@liyinxin
Copy link
Author

OK, I will try it

@liyinxin
Copy link
Author

SELECT * FROM 11111.table1

Thanks it works.

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

2 participants