-
Notifications
You must be signed in to change notification settings - Fork 1.3k
为啥没有数据类型检查 #87
Copy link
Copy link
Closed
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already existsThis issue or pull request already exists