Skip to content

DuckDB dialect: support % on LIMIT, like LIMIT 5% OFFSET 20 - #2499

Open
corasaurus-hex wants to merge 1 commit into
apache:mainfrom
corasaurus-hex:duckdb-percentage-limit
Open

DuckDB dialect: support % on LIMIT, like LIMIT 5% OFFSET 20#2499
corasaurus-hex wants to merge 1 commit into
apache:mainfrom
corasaurus-hex:duckdb-percentage-limit

Conversation

@corasaurus-hex

Copy link
Copy Markdown

What is this?

Adds support for the DuckDB dialect's percentage limit.

SELECT * FROM foo LIMIT 5% OFFSET 20;

Added very early on to DuckDB, pre-1.0 (https://github.com/duckdb/duckdb/releases/tag/v0.3.2).

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