odc icon indicating copy to clipboard operation
odc copied to clipboard

[Feature]: add an sql check rule to check if an insert statement is valid

Open yhilmare opened this issue 1 year ago • 0 comments

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

yhilmare avatar Apr 24 '24 01:04 yhilmare