摘要:
你一定见过这样的SQL语句select top 5 * from (select top 15 * from tableNameorder by id asc) tableName order by id desc或者类似用select top 方式的分页储存过程SQL Server2005 中row_number函数的诞生,在处理分页上简化了很多语句row_number函数的用途是非常广泛,这个... 阅读全文
posted @ 2010-04-09 17:38
清水道人
阅读(1895)
评论(9)
推荐(1)
浙公网安备 33010602011771号