Does MySQL support a parameter like “error_on_nondeterministic_update”?

后端 未结 0 855
悲&欢浪女
悲&欢浪女 2020-12-04 12:11

The update statement mentioned below should return an error because there are 2 matching values.

drop table t1;
drop table t2;

CREATE TABLE t1(x1 int, y1 int         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题