摘要: 存储过程:create Proc PRoleInfo@PageIndex int,@PageSize int,@Count int out, @Name varchar(22) asselect top(@pageSize) * from 表名 where 字段IDnot in( select to 阅读全文