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
Please search the existing issues for relevant feature requests, add upvotes to pre-existing requests.
create table tab1(uid int,name varchar(15));
A written overview of the feature. select * from tab1 where uid in (213,'486');
这样的数据类型不一致,检查不出来 Any relevant use-cases that you see.
The text was updated successfully, but these errors were encountered:
隐式数据类型转换相关代码目前未支持这种类型的检查。在计划中。
in (213,'486')
Sorry, something went wrong.
2ced8df
No branches or pull requests
Please search the existing issues for relevant feature requests, add upvotes to pre-existing requests.
Feature Description
create table tab1(uid int,name varchar(15));
A written overview of the feature.
select * from tab1 where uid in (213,'486');
Use Case(s)
这样的数据类型不一致,检查不出来
Any relevant use-cases that you see.
The text was updated successfully, but these errors were encountered: