fix: SQL reference typo

pd/http-query-api-system-table
Jason Stirnaman 2025-02-19 23:51:22 -06:00
parent 7271869e89
commit faa6901f1a
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ ORDER BY
### Ambiguous reference to unqualified field
If a column exists on both sides of the join and is used in in the `SELECT`,
If a column exists on both sides of the join and is used in the `SELECT`,
`ON`, `WHERE`, `HAVING`, `GROUP BY`, or `ORDER BY` clause, you must use a
[fully-qualified reference](#fully-qualified-reference). For example, if both
sides of the join have a `time` column and you want to explicitly select a