Adds SQL function isnull(column) #3355
Labels
C-user-experience
Category User Experience
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
What type of enhancement is this?
API improvement, User experience
What does the enhancement do?
There is a function
isnull
in MySQL to test if a column is null:https://www.w3schools.com/sql/func_mysql_isnull.asp
We need it for Navicat compatibility.
Implementation challenges
If someone is interested in how to implement an SQL function, please refer to #3147
The text was updated successfully, but these errors were encountered: