Skip to content

SQL: Implement NULLIF function #35818

Closed
Closed
@matriv

Description

@matriv

NULLIF(expr1, expr2) returns NULL if the two expressions are equal or else returns expr1.
It's a function used by many DBs like PostgreSQL, MySQL, MS-SQL server and others.

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