OpenSearch/docs/reference/sql
Marios Trivyzas bf0cadb602
SQL: Implement DATETIME_PARSE function for parsing strings (#54960) (#55035)
Implement DATETIME_PARSE(<datetime_str>, <pattern_str>) function
which allows to parse a datetime string according to the specified
pattern into a datetime object. The patterns allowed are those of
java.time.format.DateTimeFormatter.

Relates to #53714

(cherry picked from commit 3febcd8f3cdf9fdda4faf01f23a5f139f38b57e0)
2020-04-10 01:16:29 +02:00
..
appendix
endpoints ODBC: Document the new VarcharLimit and EarlyExecution params (#54632) 2020-04-03 14:46:39 +02:00
functions SQL: Implement DATETIME_PARSE function for parsing strings (#54960) (#55035) 2020-04-10 01:16:29 +02:00
language QL: constant_keyword support (#53241) (#53602) 2020-03-16 18:06:31 +02:00
concepts.asciidoc
getting-started.asciidoc
index.asciidoc
limitations.asciidoc SQL: [Docs] Fix typo 2020-02-12 21:50:57 +01:00
overview.asciidoc
security.asciidoc