mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[docs] Fix various syntax and rendering errors (#127062)
* fix syntax and rendering errors * clean up * fix versions * more clean up * more fixes * more fixes * more fixes
This commit is contained in:
parent
41eefb62d3
commit
08552f1c2e
95 changed files with 1439 additions and 1195 deletions
|
@ -15,9 +15,8 @@ A common requirement when dealing with date/time in general revolves around the
|
|||
|
||||
The table below shows the mapping between {{es}} and Elasticsearch SQL:
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| **{{es}}** | **Elasticsearch SQL** |
|
||||
| --- | --- |
|
||||
| Index/Table datetime math |
|
||||
| `<index-{now/M{YYYY.MM}}>` |
|
||||
| Query date/time math |
|
||||
|
@ -38,9 +37,8 @@ Elasticsearch SQL accepts also the plural for each time unit (e.g. both `YEAR` a
|
|||
|
||||
Example of the possible combinations below:
|
||||
|
||||
| | |
|
||||
| --- | --- |
|
||||
| **Interval** | **Description** |
|
||||
| --- | --- |
|
||||
| `INTERVAL '1-2' YEAR TO MONTH` | 1 year and 2 months |
|
||||
| `INTERVAL '3 4' DAYS TO HOURS` | 3 days and 4 hours |
|
||||
| `INTERVAL '5 6:12' DAYS TO MINUTES` | 5 days, 6 hours and 12 minutes |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue