I'm not sure what you want.
Does this help?
orCode:SELECT partition_name FROM user_tab_partitions WHERE table_name = 'TABLE';
Code:SELECT partition_name FROM all_tab_partitions WHERE owner = 'OWNER' AND table_name = 'TABLE';
|
Results 1 to 6 of 6
Thread: Partition name from tableThreaded View
|
Click Here to Expand Forum to Full Width |