SQL SERVER:删除筛选记录中前100条数据

delete from table1 where id in (select top 100 id from table1)

  

原文地址:https://www.cnblogs.com/axu92312/p/8487681.html