Skip to content

Commit

Permalink
Merge pull request #4151 from szarnyasg/nits-20241125b
Browse files Browse the repository at this point in the history
Adjust wording
  • Loading branch information
szarnyasg authored Nov 25, 2024
2 parents e1bd06c + 1e9a180 commit ded61f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/dialect/friendly_sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DuckDB offers several advanced SQL features and syntactic sugar to make SQL quer

## Query Features

* [Column aliases in `WHERE`, `GROUP BY`, and `HAVING`]({% post_url 2022-05-04-friendlier-sql %}#column-aliases-in-where--group-by--having). But column aliases cannot be used in the `ON` clause of the [JOIN Clauses]({% link docs/sql/query_syntax/from.md %}#joins).
* [Column aliases in `WHERE`, `GROUP BY`, and `HAVING`]({% post_url 2022-05-04-friendlier-sql %}#column-aliases-in-where--group-by--having). (Note that column aliases cannot be used in the `ON` clause of [`JOIN` clauses]({% link docs/sql/query_syntax/from.md %}#joins).)
* [`COLUMNS()` expression]({% link docs/sql/expressions/star.md %}#columns-expression) can be used to execute the same expression on multiple columns:
* [with regular expressions]({% post_url 2023-08-23-even-friendlier-sql %}#columns-with-regular-expressions)
* [with `EXCLUDE` and `REPLACE`]({% post_url 2023-08-23-even-friendlier-sql %}#columns-with-exclude-and-replace)
Expand Down

0 comments on commit ded61f4

Please sign in to comment.