Open yinzhijian opened 2 years ago
In mysql, [42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'like null' at line 1
, It seems that this syntax is not allowed, does it meet your requirements to forbid it directly at the sql parse?
Search before asking
Version
master
What's Wrong?
Executing the "where column like NULL" statement in vec engine will cause BE coredump
What You Expected?
return result like rowset engine
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct