We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CASE WHEN x IS NULL THEN y ELSE x
IFNULL(x, y)
IFNULL is faster than executing CASE.
The text was updated successfully, but these errors were encountered:
✨ rewrite CASE WHEN x IS NULL THEN y ELSE x as IFNULL(x, y) #2293
da06c6f
Merge branch 'main' into #2293
6a68b51
Merge pull request #2353 from mabel-dev/#2293
4df9c50
✨ rewrite `CASE WHEN x IS NULL THEN y ELSE x` as `IFNULL(x, y)` #2293
Successfully merging a pull request may close this issue.
IFNULL is faster than executing CASE.
The text was updated successfully, but these errors were encountered: