使用时,首次调用,将@docount设为1,获得满足条件的记录行数 以后调用时,将@docount设为0,获得指定页的记录 CREATE procedure pageer_rnewlist (@pagesize int, @pageindex int, @docount bit, @education varchar(50) ) as set nocount on if(@d... Read More
posted @ 2008-03-11 15:10 指尖的流星 Views(205) Comments(0) Diggs(0)