-
Notifications
You must be signed in to change notification settings - Fork 109
Add IF(), IFNULL(), NULLIF() #527
Comments
Will work on this now |
There might be an issue of determining the For example in NullIf: In If: What is the recommended approach? |
You can check how the type is chosen on MySQL documentation: https://dev.mysql.com/doc/refman/8.0/en/control-flow-functions.html#function_if But basically, using
|
Thank you. The question remains for the For example if I just return
will return 0 instead of NULL |
The |
Done in: #555 |
Those are useful:
https://dev.mysql.com/doc/refman/8.0/en/control-flow-functions.html#function_ifnull
https://dev.mysql.com/doc/refman/8.0/en/control-flow-functions.html#function_if
https://dev.mysql.com/doc/refman/8.0/en/control-flow-functions.html#function_nullif
The text was updated successfully, but these errors were encountered: