Skip to content

Commit faa6901

Browse files
committed
fix: SQL reference typo
1 parent 7271869 commit faa6901

File tree

1 file changed

+1
-1
lines changed
  • content/shared/sql-reference

1 file changed

+1
-1
lines changed

content/shared/sql-reference/join.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ ORDER BY
241241

242242
### Ambiguous reference to unqualified field
243243

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

0 commit comments

Comments
 (0)