+1 vote
by

1 Answer

0 votes
by

Basically, with the following query, we can check whether a particular partition exists or not

SHOW PARTITIONS table_name PARTITION(partitioned_column=’partition_value’)

...