Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate to NULLIF #31682

Open
roji opened this issue Sep 11, 2023 · 1 comment
Open

Translate to NULLIF #31682

roji opened this issue Sep 11, 2023 · 1 comment

Comments

@roji
Copy link
Member

roji commented Sep 11, 2023

All relational database support, NULLIF, which is the inverse of COALESCE: NULLIF(value, '(none)') returns null if value is (none), otherwise the value is returned

Database Functions
PostgreSQL NULLIF
MySQL NULLIF
MariaDB NULLIF
SQLite NULLIF
SQL Server NULLIF
Oracle NULLIF
@bricelam
Copy link
Contributor

Oh funny, I thought I already filed an issue for this. It turns out it was just a comment. #16092 (comment)

@ajcvickers ajcvickers added this to the Backlog milestone Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants