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