I have a table partition based on time stamp (like Depending on the basis the data will be deleted. Will this operation only remove from partition1 9 months old data ,
partition2 has 6 months old data,
partition3 has 3 months old data and so on)
Delete 1 partition from Partition 3 where the group id (selection table * from * group_code = 'pilot');
partiton3 ?
Comments
Post a Comment