文章分类 -  存储过程

一精彩的近乎完美的分页存储过程,无分共享!
摘要:CREATE procedure main_table_pwqzc(@pagesize int,@pageindex int,@docount bit,@this_id int)asif(@docount=1)beginselect count(id) from luntan where this_id=@this_idendelsebegindeclare @PageLowerBound int... 阅读全文
posted @ 2006-03-16 09:04 花纹面包