2024-06-13
下列SQL语句能够正确执行的有:
(多选题)下列SQL语句能够正确执行的有:
A. begin; table t; insert into t(id) values(1 ); commit;
B .\set ON_ERROR_ROLLBACK on begin; table t; insert into t(id) values(1); commit;
C. \set ON_ERROR_ROLLBACK off begin; table t; insert into t(id) values(1 ); commit;
D. Begin; table t; ROLLBACK; insert into t(id) values(1); commit;
我来答
添加附件
收藏
分享
问题补充
2条回答
默认
最新
回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏

评论
