mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Replace irregular whitespaces in docs (#128199)
* Replace irregular whitespaces * More chars
This commit is contained in:
parent
a2b4a6f246
commit
d10ef76ba3
46 changed files with 86 additions and 86 deletions
|
@ -1153,7 +1153,7 @@ DAY_NAME(datetime_exp) <1>
|
|||
|
||||
**Output**: string
|
||||
|
||||
**Description**: Extract the day of the week from a date/datetime in text format (`Monday`, `Tuesday`…).
|
||||
**Description**: Extract the day of the week from a date/datetime in text format (`Monday`, `Tuesday`… ).
|
||||
|
||||
```sql
|
||||
SELECT DAY_NAME(CAST('2018-02-19T10:23:27Z' AS TIMESTAMP)) AS day;
|
||||
|
@ -1321,7 +1321,7 @@ MONTH_NAME(datetime_exp) <1>
|
|||
|
||||
**Output**: string
|
||||
|
||||
**Description**: Extract the month from a date/datetime in text format (`January`, `February`…).
|
||||
**Description**: Extract the month from a date/datetime in text format (`January`, `February`… ).
|
||||
|
||||
```sql
|
||||
SELECT MONTH_NAME(CAST('2018-02-19T10:23:27Z' AS TIMESTAMP)) AS month;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue