摘要: use 数据库名gocreate proc 存储过程名@index int, 索引页@size int, 每页的条数@totalCount int output, 多少条数据@totalPage int output 多少页数asselect @totalCount= count(*) from n 阅读全文
posted @ 2018-08-22 10:51 月下逢 阅读(123) 评论(0) 推荐(0)