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
|
@ -164,9 +164,8 @@ SELECT FIRST(a) FROM t
|
|||
|
||||
will result in:
|
||||
|
||||
| |
|
||||
| --- |
|
||||
| **FIRST(a)** |
|
||||
| --- |
|
||||
| 1 |
|
||||
|
||||
and
|
||||
|
@ -177,9 +176,8 @@ SELECT FIRST(a, b) FROM t
|
|||
|
||||
will result in:
|
||||
|
||||
| |
|
||||
| --- |
|
||||
| **FIRST(a, b)** |
|
||||
| --- |
|
||||
| 100 |
|
||||
|
||||
```sql
|
||||
|
@ -285,9 +283,8 @@ SELECT LAST(a) FROM t
|
|||
|
||||
will result in:
|
||||
|
||||
| |
|
||||
| --- |
|
||||
| **LAST(a)** |
|
||||
| --- |
|
||||
| 200 |
|
||||
|
||||
and
|
||||
|
@ -298,9 +295,8 @@ SELECT LAST(a, b) FROM t
|
|||
|
||||
will result in:
|
||||
|
||||
| |
|
||||
| --- |
|
||||
| **LAST(a, b)** |
|
||||
| --- |
|
||||
| 2 |
|
||||
|
||||
```sql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue