摘要: IF EXISTS(SELECT * FROM sysobjects WHERE name='usp_getPage') DROP PROC usp_getPage GO CREATE PROC usp_getPage @totalCount INT OUTPUT, @PageIndex int=1 阅读全文
posted @ 2016-02-15 12:27 miaoying 阅读(312) 评论(0) 推荐(0)