Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(duckdb): Support simplified UNPIVOT statement #4545

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

VaggelisD
Copy link
Collaborator

Fixes #4542

This PR adds support for the simplified UNPIVOT as an extension to our supported simplified PIVOT statement parsing.

Docs

DuckDB UNPIVOT

sqlglot/parser.py Outdated Show resolved Hide resolved
@georgesittas georgesittas merged commit 931eef6 into main Dec 24, 2024
7 checks passed
@georgesittas georgesittas deleted the vaggelisd/ddb_unpivot branch December 24, 2024 10:37
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.

Support DuckDB's "simplified" UNPIVOT syntax
2 participants