mycat ERROR 1064 (HY000): ReplaceStatement can't be supported

mycat 不支持replace语法,怎么办呢?html mysql> replace into test(id,name) values(1,'a');mysql ERROR 1064 (HY000): ReplaceStatement can't be supported,use insert into ...on duplicate key update... instead 根据提示,使用
相关文章
相关标签/搜索