Sql Server异常捕获 try catch

declare @num int begin try set @num=1/0 end try begin catch select ERROR_LINE() as 错误行数, ERROR_MESSAGE() as 错误消息 end catch   运行截图:
相关文章
相关标签/搜索