SQL SERVER 2005也来try catch和throw
摘要:
ALTER PROCEDURE [dbo].[test] @from varchar(50), @to varchar(50), @num int AS BEGIN TRY BEGIN TRAN; update vc set balance = balance - @num where [name] = @from; update vc set... 阅读全文
posted @ 2008-06-06 16:04 HedgeHog 阅读(189) 评论(0) 推荐(0) 编辑