比如说我有这个 MySQL 语句:
select somefield from table where otherfield='some')%$#@%; insert into table.....
即使第一个语句抛出错误,插入语句也会被执行吗?
比如说我有这个 MySQL 语句:
select somefield from table where otherfield='some')%$#@%; insert into table.....
即使第一个语句抛出错误,插入语句也会被执行吗?