Sql批处理语句

同时写3个批处理,如果前2个批处理没有问题,最后一个有错误那么3个批处理都不会执行需要注意列如:

use Materl

GO

select * from t_icitem

GO

inset into table (bid,char(10))    这里insert写错了

GO

posted @ 2018-03-30 13:51  WhiteSpace  阅读(2062)  评论(0)    收藏  举报