摘要:
create procedure select_procedure(@ID int,@num int output)asdeclare @n intset @n = 0select @n = count(*) from Employee where oid=@IDset @num = @nreturn @numgodeclare @value intdeclare @res intset @val... 阅读全文
posted @ 2009-11-15 20:53
williamwindy
阅读(152)
评论(0)
推荐(0)
浙公网安备 33010602011771号