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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
``` SELECT * FROM table PREWHERE column_name = 'value' ```
exception=Encountered unexpected token: "prewhere" <S_IDENTIFIER> at line 30, column 9.
Was expecting one of:
"," ";" "APPLY" "CONNECT" "CROSS" "EXCEPT" "FOR" "FULL" "GROUP" "HAVING" "INNER" "INTERSECT" "JOIN" "LEFT" "MINUS" "NATURAL" "ORDER" "OUTER" "PIVOT" "RIGHT" "START" "STRAIGHT_JOIN" "UNION" "WHERE" "WINDOW" <EOF>
JSQLParser Version: [4.7.0] ClickHouse Version: [23.x] Reference documentation: [https://clickhouse.com/docs/en/sql-reference/statements/select/prewhere]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Grammar or Syntax Description
SQL Example
exception=Encountered unexpected token: "prewhere" <S_IDENTIFIER>
at line 30, column 9.
Was expecting one of:
Additional context
JSQLParser Version: [4.7.0]
ClickHouse Version: [23.x]
Reference documentation: [https://clickhouse.com/docs/en/sql-reference/statements/select/prewhere]
The text was updated successfully, but these errors were encountered: