Petr
0
Q:

athena drop partition

ALTER TABLE orders 
DROP PARTITION (dt = '2014-05-14', country = 'IN');
0
ALTER TABLE table_name DROP [IF EXISTS] PARTITION (partition_spec) [, PARTITION (partition_spec)]
0

New to Communities?

Join the community