Skip to content

DuckDB: Support CREATE TABLE SORTED BY - #2503

Open
corasaurus-hex wants to merge 1 commit into
apache:mainfrom
corasaurus-hex:duckdb-create-table-sorted-by
Open

DuckDB: Support CREATE TABLE SORTED BY#2503
corasaurus-hex wants to merge 1 commit into
apache:mainfrom
corasaurus-hex:duckdb-create-table-sorted-by

Conversation

@corasaurus-hex

Copy link
Copy Markdown

What is this?

Adds support for DuckDB's CREATE TABLE ... SORTED BY (...) syntax.

CREATE TABLE events (id INTEGER, category VARCHAR) SORTED BY (id, lower(category));

Introduced in DuckDB 1.5.0 (syntax change).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant