|
delete from @t where id not in(select id from(select address,min(id) id from @t group by address) t2) |
|
delete from @t where id not in(select id from(select address,min(id) id from @t group by address) t2) |
1598

被折叠的 条评论
为什么被折叠?