比如
select distinct * from Num//有一个表叫Num,选出num_id重复的元组
group by num_id
having count(*)>2我想批量删除这组数据,如何在一个sql语句中写出.谢谢!