OpenSearch/docs/reference/sql/functions
Marios Trivyzas e9e140790a
SQL: Implement `CONVERT`, an alternative to `CAST` (#34660)
`CONVERT` works exactly like cast with slightly different syntax:
`CONVERT(<value>, <data_type)` as opposed to `CAST(<value> AS <data_type>)`

Moreover it support format of the MS-SQL data types `SQL_<type>`,
e.g.: `SQL_INTEGER`

Closes: #34513
2018-10-23 11:21:15 +02:00
..
aggs.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
date-time.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
index.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
math.asciidoc SQL: Functions enhancements (OCTET_LENGTH function, order functions alphabetically, RANDOM function docs) (#34101) 2018-10-09 00:20:18 +03:00
operators.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
search.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
string.asciidoc SQL: Functions enhancements (OCTET_LENGTH function, order functions alphabetically, RANDOM function docs) (#34101) 2018-10-09 00:20:18 +03:00
type-conversion.asciidoc SQL: Implement `CONVERT`, an alternative to `CAST` (#34660) 2018-10-23 11:21:15 +02:00