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 {table_name} select_statement...

Example Statement

INSERT INTO default.hive_table_2 SELECT id, col1, col2, update_time FROM default.hive_table_1;