OpenSearch/docs/reference/sql
Marios Trivyzas 67d4e399c2
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
(cherry picked from commit 8b2577406f47ae60d15803058921d128390af0b6)
2019-04-22 19:26:56 +03:00
..
appendix SQL: Implement CURRENT_TIME/CURTIME functions (#40662) 2019-04-04 11:45:20 +02:00
endpoints [DOCS] Remove inline callouts for Asciidoctor migration (#41266) 2019-04-22 09:09:21 -04:00
functions SQL: Implement CASE... WHEN... THEN... ELSE... END (#41349) 2019-04-22 19:26:56 +03:00
language [DOCS] Remove inline callouts in SQL Command docs for Asciidoctor migration (#41276) 2019-04-22 09:23:13 -04:00
concepts.asciidoc [DOCS] Replaces CCS terms with attributes (#40076) 2019-03-15 07:57:51 -07:00
getting-started.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
index.asciidoc SQL: Spec tests now use classpath discovery (#40388) 2019-03-25 15:22:52 +02:00
limitations.asciidoc SQL: Introduce SQL TIME data type (#39802) 2019-04-01 23:57:27 +02:00
overview.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
security.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00