79383808

Date: 2025-01-24 09:22:19
Score: 1
Natty:
Report link

Yes, ClickHouse supports copying new data from one table to another using the INSERT INTO ... SELECT syntax.

INSERT INTO target_table SELECT * FROM source_table WHERE condition;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: K.pen