odc
odc copied to clipboard
[Feature]: add an sql check rule to check if an insert statement is valid
Is your feature request related to a problem?
I write an insert statement:
insert into tbl(col1, col2) values('abc');
as you can see, the number of columns is not equals to the values and this statement is illegal. we'd better prompt user.
Describe the solution you'd like
add a sql check rule to do this~
Additional context
No response