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

Doesn't support the name of table starts with numbers #81

Open
laokiea opened this issue Jul 23, 2024 · 0 comments
Open

Doesn't support the name of table starts with numbers #81

laokiea opened this issue Jul 23, 2024 · 0 comments

Comments

@laokiea
Copy link

laokiea commented Jul 23, 2024

If the SQL like "SELECT COUNT() AS count FROM 7days_nomore_paid_users", the parse proces returns "syntax error", but it's ok as I add backquotes to the table name like "SELECT COUNT() AS count FROM `7days_nomore_paid_users`", so can you support to parse the table starts with numbers without backquotes?

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