Skip to content

Q: filter values from parquet/CSV based on existing table #2629

Answered by Mytherin
darked89 asked this question in Q&A
Discussion options

You must be logged in to vote

Perhaps use DISTINCT in combination with globbing, e.g.:

CREATE TABLE my_table AS SELECT DISTINCT * FROM 'my_directory/*.parquet'

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by darked89
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@darked89
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2617 on November 18, 2021 12:44.