Skip to content

SQL: Implement IFNULL(expr1, expr2) function #35749

@matriv

Description

@matriv

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions