答案:比如获取每个表的前10%个字段。 复制代码 代码如下: select id , name , colid , rn from ( select * , rn = ntile (10 ) over (partition by id order by colorder ) from syscolumns )t where rn = 1
上一个:一个删除指定表的所有索引和统计的过程下一个:SQLServer2005中的SQLCMD工具使用