Merge pull request #55922 from joclement/patch-2

docs: state limitations of `USING` clause.
This commit is contained in:
Sergei Trifonov 2023-10-24 12:57:58 +02:00 committed by GitHub
commit e2846d4c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -334,6 +334,7 @@ For multiple `JOIN` clauses in a single `SELECT` query:
- Taking all the columns via `*` is available only if tables are joined, not subqueries.
- The `PREWHERE` clause is not available.
- The `USING` clause is not available.
For `ON`, `WHERE`, and `GROUP BY` clauses: