Hello,
I have a partitioned table (Partitioned by list), with high_value as mentioned below format - ('YYYYMM')
.......
'201612'
'201611'
'201610'
'201609'
'201608'
'201607'
'201606'
'201605'
'201604'
'201603'
'201602'
'201601'
'201512'
'201511'
.........
I need to drop the partitions which are older than 13 months, this I will be repeating every month. Could you please help me with the script?