1.

How do you check if a particular partition exists?

Answer»

This can be done with following query

SHOW PARTITIONS table_name PARTITION(partitioned_column=’partition_value’)


Discussion

No Comment Found