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

SQL: Implement NVL(expr1, expr2) variant of COALESCE #35782

Closed
matriv opened this issue Nov 21, 2018 · 1 comment
Closed

SQL: Implement NVL(expr1, expr2) variant of COALESCE #35782

matriv opened this issue Nov 21, 2018 · 1 comment

Comments

@matriv
Copy link
Contributor

matriv commented Nov 21, 2018

Implement NVL variant of COALESCE which takes only 2 arguments
and is used by Oracle.

Relates to #34956

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

matriv added a commit to matriv/elasticsearch that referenced this issue Nov 21, 2018
Add NVL as alias to IFNULL as they have the same
behaviour. Add basic tests and docs.

Closes: elastic#35782
matriv added a commit that referenced this issue Nov 22, 2018
Add NVL as alias to IFNULL as they have the same
behaviour. Add basic tests and docs.

Closes: #35782
matriv added a commit that referenced this issue Nov 22, 2018
Add NVL as alias to IFNULL as they have the same
behaviour. Add basic tests and docs.

Closes: #35782
original-brownbear pushed a commit that referenced this issue Nov 23, 2018
Add NVL as alias to IFNULL as they have the same
behaviour. Add basic tests and docs.

Closes: #35782
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