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’)

This can be done with following query

SHOW PARTITIONS table_name PARTITION(partitioned_column=’partition_value’)



Discussion

No Comment Found