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 根據提示,使用
相關文章
相關標籤/搜索