duckdb-web icon indicating copy to clipboard operation
duckdb-web copied to clipboard

DuckDB website and documentation

Results 186 duckdb-web issues
Sort by recently updated
recently updated
newest added

In the section on semi and anti join, it reads: > Semi and anti joins provide the same logic as [(NOT) IN](https://duckdb.org/docs/sql/expressions/in.html) statements. It's a bit implicit - I think...

> Please describe the problem you encountered in the DuckDB documentation and include the "Page URL" link shown below. > Note: only create an issue if you wish to report...

extension

`count_if()` is documented here: https://duckdb.org/docs/sql/functions/utility#count_ifx when we try it, a basic example suggests it's actually an aggergate function: ``` select count_if(x) from (values (1, 'a'), (2, 'b'), (null, 'c') )...

enhancement
functions

In https://duckdb.org/docs/sql/expressions/star#columns-expression , it reads: > The COLUMNS expression can be used to execute the same expression on multiple columns. Like the * expression, it can only be used in...

Moving doc `a.md` to `b.md` should: - move `a.md` to `b.md` and add a redirect to the front matter ```yml redirect_from: - a ``` - change occurrences of `{% link...

infra

Fixes https://github.com/duckdb/duckdb-web/issues/3230.

Let's document $title. 1) Change this sentence on the extensions page: > Extensions distributed via the Core and Community repositories are built and tested on macOS (AMD64 and ARM64), Windows...