Updated on 2026-08-13 GMT+08:00

INSERT INTO

Function

Inserts one or more rows of data into a table.

Syntax Format Supported for Lineage Parsing

INSERT INTO {tablename} select_statement...

Example Statement

INSERT INTO default.spark_table_2 SELECT id, col1, col2, update_time FROM default.spark_table_1;