elasticsearch/docs/reference/sql/functions
Marios Trivyzas 8b2577406f
SQL: Implement CASE... WHEN... THEN... ELSE... END (#41349)
Implement the ANSI SQL CASE expression which provides the if/else
functionality common to most programming languages.

The CASE expression can have multiple WHEN branches and becomes a
powerful tool for SQL queries as it can be used in SELECT, WHERE,
GROUP BY, HAVING and ORDER BY clauses.

Closes: #36200
2019-04-22 19:26:15 +03:00
..
aggs.asciidoc [DOCS] Remove inline callouts for Asciidoctor migration (#41309) 2019-04-22 06:33:55 -07:00
conditional.asciidoc SQL: Implement CASE... WHEN... THEN... ELSE... END (#41349) 2019-04-22 19:26:15 +03:00
date-time.asciidoc [DOCS] Remove inline callouts for Asciidoctor migration (#41309) 2019-04-22 06:33:55 -07:00
grouping.asciidoc [DOCS] Remove inline callouts for Asciidoctor migration (#41309) 2019-04-22 06:33:55 -07:00
index.asciidoc SQL: Implement CASE... WHEN... THEN... ELSE... END (#41349) 2019-04-22 19:26:15 +03:00
like-rlike.asciidoc [DOCS] Remove inline callouts for Asciidoctor migration (#41309) 2019-04-22 06:33:55 -07:00
math.asciidoc [DOCS] Remove inline callouts for Asciidoctor migration (#41309) 2019-04-22 06:33:55 -07:00
operators.asciidoc SQL: Documentation for LIKE and RLIKE operators (#40623) 2019-04-01 18:01:03 +03:00
search.asciidoc [DOCS] Remove inline callouts for Asciidoctor migration (#41309) 2019-04-22 06:33:55 -07:00
string.asciidoc Docs: Drop inline callouts from two SQL pages (#41270) 2019-04-16 15:27:51 -04:00
system.asciidoc SQL: Spec tests now use classpath discovery (#40388) 2019-03-25 15:22:59 +02:00
type-conversion.asciidoc Docs: Drop inline callouts from two SQL pages (#41270) 2019-04-16 15:27:51 -04:00