“Athena Drop Partition” Code-Antworten

Athena Drop Partition

ALTER TABLE orders 
DROP PARTITION (dt = '2014-05-14', country = 'IN');
Xanthous Xenomorph

Athena Drop Partition

ALTER TABLE table_name DROP [IF EXISTS] PARTITION (partition_spec) [, PARTITION (partition_spec)]
Xanthous Xenomorph

Ähnliche Antworten wie “Athena Drop Partition”

Fragen ähnlich wie “Athena Drop Partition”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen