my -> mysql on duplicate key update使用总结
摘要:CREATE TABLE `t_duplicate` ( `a` int(11) NOT NULL, `b` int(255) DEFAULT NULL, `c` int(255) DEFAULT NULL, PRIMARY KEY (`a`) USING BTREE) ENGINE=InnoDB
阅读全文
posted @ 2019-02-28 16:18
posted @ 2019-02-28 16:18
posted @ 2019-02-27 17:53
posted @ 2019-02-12 14:33