Description
Supported engine: SparkSQL
Applicable table: External and native Iceberg tables
Purpose: Delete identifier fields.
Statement
ALTER TABLE dempts DROP IDENTIFIER FIELD empno, name
Example
ALTER TABLE tb1 DROP IDENTIFIER FIELDS id, location.lon
Was this page helpful?