MySQL中詳細update (on duplicate key update id=values(id),value=values(value)......)

use test; drop table if exists test.test; CREATE TABLE `test` (   `id` tinyint(4) NOT NULL,   `value` varchar(10) NOT NULL,   PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;table insert into
相關文章
相關標籤/搜索