greptimedb
greptimedb copied to clipboard
Supports INSERT INTO SELECT statement
What type of enhancement is this?
API improvement
What does the enhancement do?
Using it to copy data from one table and inserts it into another table, such as:
INSERT INTO table2 SELECT * FROM table1 WHERE condition;
Implementation challenges
No response