duckdb-web
duckdb-web copied to clipboard
DuckDB website and documentation
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...
`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') )...
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...
See https://github.com/duckdb/duckdb/issues/12974
Once it's moved cc @chrisiou
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...
Fixes https://github.com/duckdb/duckdb-web/issues/3230.
See https://github.com/duckdb/duckdb/issues/12837
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...