标签:over row nbsp table sqlserver ble ber 分页 tab
select * from (
select row_number() over(order by id) as rowid,* from table where 1=1
) tt
select count(1) as countRow from (
select * from table where 1=1
) tt
标签:over row nbsp table sqlserver ble ber 分页 tab
原文地址:http://www.cnblogs.com/chang1/p/6933398.html