greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

Supports INSERT INTO SELECT statement

Open killme2008 opened this issue 3 years ago • 0 comments

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

killme2008 avatar Dec 16 '22 10:12 killme2008