databend
databend copied to clipboard
Tracking: Multi-table insert statement
Summary
- [x] Initial support #15002
- [x] Improve syntax: support general expr when specifying source column in into clause https://github.com/datafuselabs/databend/pull/15147
- [ ] Return inserted rows for each table
- [ ] Integrate with other features: computed column and distributed execution
- [ ] Improve performance