SqlServer 修改 删除前N条数据

delete top(N)  from   table

update top(n)  table  set column=‘’ from table

猜你喜欢

转载自www.cnblogs.com/TongWeiLv/p/10594891.html