Updating a duckdb connection with a table taken from Inputs.table selection #1966
Unanswered
saptarshiguha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose i have a duckdb connection e.g.
DuckDBClient.of({A: FileAttachment(some parquet file)})
. Is it possible to update this with another table called B with the output of a selection from Inputs.table?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions