sql server manager 2008 里面的edit top 200 rows对应的sql语句是什么
with tab as(select top 200 * from 表order by 字段)update tab set 字段=?,字段=?where 字段=?个人认为应该就是这个