apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
6.34k stars 1.2k forks source link

Merge statement #13385

Open jayzhan211 opened 1 week ago

jayzhan211 commented 1 week ago

Is your feature request related to a problem or challenge?

Postgres has merge statement

MERGE — conditionally insert, update, or delete rows of a table

https://www.postgresql.org/docs/current/sql-merge.html

Duckdb has the open request https://github.com/duckdb/duckdb/discussions/4601

I think it would be nice if we have one

Describe the solution you'd like

Support MERGE command

Describe alternatives you've considered

No response

Additional context

No response