Seems like a typo (#1037)
This commit is contained in:
parent
00860f8bd6
commit
e306514b98
|
@ -359,7 +359,7 @@ FROM `flights`
|
||||||
```
|
```
|
||||||
|
|
||||||
Quoting is only required for **reserved words** like `SELECT` or `FROM` to avoid confusion between column/tables names and SQL operators.
|
Quoting is only required for **reserved words** like `SELECT` or `FROM` to avoid confusion between column/tables names and SQL operators.
|
||||||
But only a handle of client packages, like duckdb, know what all the reserved words are, so most packages quote everything just to be safe.
|
But only a handful of client packages, like duckdb, know what all the reserved words are, so most packages quote everything just to be safe.
|
||||||
:::
|
:::
|
||||||
|
|
||||||
### GROUP BY
|
### GROUP BY
|
||||||
|
|
Loading…
Reference in New Issue