摘要: --有输入参数的存储过程--create proc GetComment(@commentid int)asselect * from Comment where CommentID=@commentid--有输入与输出参数的存储过程--create proc GetCommentCount@... 阅读全文
posted @ 2013-03-22 10:13 刘竹青 阅读(160) 评论(0) 推荐(0)
摘要: --有输入参数的存储过程--create proc GetComment(@commentid int)asselect * from Comment where CommentID=@commentid--有输入与输出参数的存储过程--create proc GetCommentCount@... 阅读全文
posted @ 2013-03-22 10:13 刘竹青 阅读(118) 评论(0) 推荐(0)