码迷,mamicode.com
首页 > 数据库 > 详细

select判断+insert插入的原子操作 pgsql

时间:2019-12-05 19:03:48      阅读:293      评论:0      收藏:0      [点我收藏+]

标签:sel   tle   column   title   nbsp   exists   member   aot   select   

通过sql一步处理

insert into table_name(column1,column2,column3) 
select ‘value1‘,‘value2‘,‘value3‘
where not exists(select column from table_name where id=1);

 

eg:

insert into subscribe_member(openid,msg_title,can_times)
select ‘hhhh‘,‘biaoti‘,1
where not exists(select openid from subscribe_member where id=1);

select判断+insert插入的原子操作 pgsql

标签:sel   tle   column   title   nbsp   exists   member   aot   select   

原文地址:https://www.cnblogs.com/mjbenkyo/p/11990809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!