mysql 操作记录
Posted bingwork
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 操作记录相关的知识,希望对你有一定的参考价值。
一些重要操作记录。
避免重复插入
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 操作记录的主要内容,如果未能解决你的问题,请参考以下文章