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

LIST_EXTRACT() to get a single element from a list #1385

Merged
merged 8 commits into from Feb 18, 2021

Conversation

hannes
Copy link
Member

@hannes hannes commented Feb 10, 2021

Implement a LIST_EXTRACT(list, offset) function to get a single element from a list by position. Example:

SELECT LIST_EXTRACT(LIST_VALUE(42, 43), 1)

returns 43

@hannes hannes merged commit 8b674d1 into duckdb:master Feb 18, 2021
@Mause Mause mentioned this pull request Feb 19, 2021
@hannes hannes deleted the list_element branch February 19, 2021 07:59
hawkfish added a commit to hawkfish/duckdb that referenced this pull request Mar 4, 2024
Mytherin added a commit that referenced this pull request Mar 5, 2024
Internal #1385: Window Partition Collation
Tmonster pushed a commit to Tmonster/duckdb that referenced this pull request Mar 5, 2024
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.

None yet

1 participant