Skip to content

Commit bb03eb7

Browse files
mneedhamBlargian
andauthored
Update docs/guides/developer/dynamic-column-selection.md
Co-authored-by: Shaun Struwig <[email protected]>
1 parent 5e7c92f commit bb03eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/developer/dynamic-column-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ SELECT
180180

181181
## Excluding columns {#excluding-columns}
182182

183-
We can also choose to exclude a field by using the EXCEPT clause. For example, to remove the tolls_amount column, we would write the following query:
183+
We can also choose to exclude a field by using the [`EXCEPT`](/sql-reference/statements/select#except) modifier. For example, to remove the `tolls_amount` column, we would write the following query:
184184

185185
```sql
186186
FROM nyc_taxi.trips

0 commit comments

Comments
 (0)