- Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Description
Implement IFNULL a variant of COALESCE used by MySQL but also other DBs.
It's also included in the ODBC spec as system function:
//https://docs.microsoft.com/en-us/sql/odbc/reference/appendixes/system-functions?view=sql-server-2017
Relates to #34956