mysql插入更新語句

mysql自己的插入更新方法--on duplicate key update。 例如:創建表create table test_t (id int primary key, name varchar(255)); 插入一條數據:insert into test_t values(0,'first'); 查詢數據結果如圖: 此時,如果執行語句:insert into test_t values (
相關文章
相關標籤/搜索