输入banner图图片脚本导航/分类

Sql Server异常捕获 try catch

@num int begin try set @num=1/0 end try begin catch select ERROR_LINE() as 错误行数, ERROR_MESSAGE() as 错误消息 end catch

 

运行截图:

技术分享

Sql Server异常捕获 try catch

标签: