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 ISNULL(expr1, expr2) variant of COALESCE #35781

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

SQL: Implement ISNULL(expr1, expr2) variant of COALESCE #35781

matriv opened this issue Nov 21, 2018 · 1 comment

Comments

@matriv
Copy link
Contributor

matriv commented Nov 21, 2018

Implement ISNULL variant of COALESCE which takes only 2 arguments
and is used by MS-SQL server.

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 ISNULL as an alias of IFNULL as they have the
same behaviour. Add basic test and docs.

Closes: elastic#35781
matriv added a commit to matriv/elasticsearch that referenced this issue Nov 21, 2018
Add ISNULL as an alias of IFNULL as they have the
same behaviour. Add basic test and docs.

Closes: elastic#35781
matriv added a commit that referenced this issue Nov 21, 2018
Add ISNULL as an alias of IFNULL as they have the
same behaviour. Add basic test and docs.

Closes: #35781
matriv added a commit that referenced this issue Nov 21, 2018
Add ISNULL as an alias of IFNULL as they have the
same behaviour. Add basic test and docs.

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