[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

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