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
|
@ -120,7 +120,7 @@ where:
|
|||
`table_name`
|
||||
: Represents the name (optionally qualified) of an existing table, either a concrete or base one (actual index) or alias.
|
||||
|
||||
If the table name contains special SQL characters (such as `.`,`-`,`*`,etc…) use double quotes to escape them:
|
||||
If the table name contains special SQL characters (such as `.`,`-`,`*`,etc… ) use double quotes to escape them:
|
||||
|
||||
```sql
|
||||
SELECT * FROM "emp" LIMIT 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue