摘要:
SQL Server 2005 has a ROW_NUMBER Function that can help with paging records for you database applications. ROW_NUMBER returns a sequential number, starting at 1, for each row returned in a resultset.I... 阅读全文
posted @ 2009-10-18 23:20
kim zeng
阅读(207)
评论(0)
推荐(0)