Skip to content

Commit

Permalink
Merge pull request #4225 from szarnyasg/nits-20241201e
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
szarnyasg authored Dec 1, 2024
2 parents 9483ec7 + d0046b2 commit 2521076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-11-29-duckdb-tricks-part-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ SELECT * EXCLUDE(min, max, q25, q50, q75)
FROM (SUMMARIZE FROM 'services-2024-08.csv');
```

Alternatively, we can use the [`COLUMNS`](({% link docs/sql/expressions/star.md %}#columns)) expression with the [`NOT SIMILAR TO` operator]({% link docs/sql/functions/pattern_matching.md %}#similar-to).
Alternatively, we can use the [`COLUMNS`]({% link docs/sql/expressions/star.md %}#columns) expression with the [`NOT SIMILAR TO` operator]({% link docs/sql/functions/pattern_matching.md %}#similar-to).
This works with a regular expression:

```sql
Expand Down

0 comments on commit 2521076

Please sign in to comment.