2010年11月8日
摘要: 示例表是 示例数据库 Northwind 下的 Orders 表Sql2000 下分页存储过程:SELECT Identity(int,1,1) AS RowIndex, customerid,shipaddress into tmp from dbo.Ordersselect customerid,shipaddress from tmp where rowindex between 9 an... 阅读全文
posted @ 2010-11-08 11:42 巡山小牛 阅读(394) 评论(0) 推荐(0) 编辑