Logical table DML operations

更新时间: 2026-06-23 13:55:47

Logical tables support the following Data Manipulation Language (DML) operations.

Operation

Syntax

Description

INSERT OVERWRITE

insert overwrite table {table_name} [partition ({pt_spec})] ({col_name}, {col_name}, ...) {select_statement} from {from_statement};

Inserts or overwrites data in the table. This operation applies only to logical dimension tables, logical aggregate tables, and logical fact tables.

  • If you omit field specifications, all existing data in the target table is cleared before the new data is inserted.

  • If you specify fields, only the data in those fields is cleared. Data in other fields remains unaffected.

上一篇: Logical table DQL operations 下一篇: Logical table DDL operations
阿里云首页 智能数据建设与治理 Dataphin 相关技术圈