[DOCS] Replace irregular whitespaces in docs (#128199)

* Replace irregular whitespaces

* More chars
This commit is contained in:
Fabrizio Ferri-Benedetti 2025-05-20 16:20:22 +02:00 committed by GitHub
parent a2b4a6f246
commit d10ef76ba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 86 additions and 86 deletions

View file

@ -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;