Hi,

How do find out the partition name where the data from the table is stored.

For example:

select partition_name, column_a from table;

(partition_name is not one of my columns in this table)

Thanks,

Una.