Hi All, What is right syntax for dropping the partitions. Alter table drop if exists partition(date >'date1'),partition(date <'date2') or Alter table drop if exists partition(date >'date1', date <'date2') ?
Mahens
Hi All, What is right syntax for dropping the partitions. Alter table drop if exists partition(date >'date1'),partition(date <'date2') or Alter table drop if exists partition(date >'date1', date <'date2') ?
Mahens