摘要:
--创建存储过程 create proc sp_Show ( @index int, --当前页 @size int, --每页大小 @totalcount int out, --总数据数 @pagecount int out --总页数 ) as begin --计算总数据数 select @to 阅读全文
posted @ 2020-09-15 14:59
戒骄戒躁123
阅读(98)
评论(0)
推荐(0)
2020年9月15日