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
Implement NVL variant of COALESCE which takes only 2 arguments and is used by Oracle.
Relates to #34956
The text was updated successfully, but these errors were encountered:
Pinging @elastic/es-search
Sorry, something went wrong.
SQL: Implement NVL(expr1, expr2)
dfa0225
Add NVL as alias to IFNULL as they have the same behaviour. Add basic tests and docs. Closes: elastic#35782
SQL: Implement NVL(expr1, expr2) (#35794)
92acf47
Add NVL as alias to IFNULL as they have the same behaviour. Add basic tests and docs. Closes: #35782
65c62c7
715ae9f
matriv
No branches or pull requests
Implement NVL variant of COALESCE which takes only 2 arguments
and is used by Oracle.
Relates to #34956
The text was updated successfully, but these errors were encountered: