Fork me on GitHub

mysql语句插入前判断数据是否重复

在mysql中插入数据有时需要判断数据插入是否重复

语句编写:insert into 表(相应字段) select 相应字段 from dual where not exists (select 相应字段 from 表 where 相应查询条件)

eg:

 

posted on 2019-03-05 16:51  蓝魂殇  阅读(2079)  评论(0编辑  收藏  举报

导航