Viewing post 1 (of 1 total)
Hi,
Try with this query
Delete from [dbo].[folders_rel] where id not in
(Select Min(id) from [dbo].[folders_rel]
group by folder_id, polymorphic_id)
I hope this works. If this is incorrect kindly let me know.
thanks,
niranjan.
April 13, 2010 at 3:24 am
#1150562