摘要:
CREATE proc [dbo].[sp_Feedback](@feedbackID int=0 out, @replyToID int=0, @title varchar(100)=null,@isPublish bit=0,@action int=0 --1 insert 2 update 3delete 4select(id)) ASIF @action = 1 BEGININSERT ... 阅读全文
posted @ 2009-12-21 14:38
峫噁Da兎兎
阅读(95)
评论(0)
推荐(0)
浙公网安备 33010602011771号