1. 程式人生 > >mysql 操作記錄

mysql 操作記錄

mysql 操作 word insert dual sel select 避免 sts exist

一些重要操作記錄。

避免重復插入
INSERT INTO lhlh_emotion (word, freq, tag)
SELECT ‘{emotion}‘, 100, ‘a‘
from DUAL
where not exists(select word from lhlh_emotion where word=‘{emotion}‘);

mysql 操作記錄