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? 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
select * from zhangkk_user check where check.user_id = 1;
这个sql在hivesql中是可以正常执行的。 但是解析错误。
syntax error, error in :'user check where check.user_id = 1;, pos 32, line 1, column 28, token CHECK 看起来是认为check是关键字了。
The text was updated successfully, but these errors were encountered:
583d86e
hive sql parser support check keyword, fix #4231
adda5e8
No branches or pull requests
select * from zhangkk_user check where check.user_id = 1;
这个sql在hivesql中是可以正常执行的。
但是解析错误。
syntax error, error in :'user check where check.user_id = 1;, pos 32, line 1, column 28, token CHECK
看起来是认为check是关键字了。
The text was updated successfully, but these errors were encountered: