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

Sql parse bug #2358

Open
a448688423 opened this issue Dec 30, 2024 · 0 comments
Open

Sql parse bug #2358

a448688423 opened this issue Dec 30, 2024 · 0 comments

Comments

@a448688423
Copy link

version: dev
SQL:SELECT * FROM ( select * from user where $datart_user_username$ ) AS DATART_VTABLE LIMIT 1000 OFFSET 0
DB: MYSQL
EXCEPTION:org.apache.calcite.sql.parser.SqlParseException: Encountered "user" at line 1, column 39.
Was expecting one of:
"LATERAL" ...
"TABLE" ...
"UNNEST" ...
...
<HYPHENATED_IDENTIFIER> ...
<QUOTED_IDENTIFIER> ...
<BACK_QUOTED_IDENTIFIER> ...
<BRACKET_QUOTED_IDENTIFIER> ...
<UNICODE_QUOTED_IDENTIFIER> ...
"(" ...

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