加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

oracle sql 判断字段非空,数据不重复,插入多跳数据

发布时间:2020-12-12 18:49:23 所属栏目:百科 来源:网络整理
导读:?? oracle sql 判断字段非空,数据不重复 select distinct(mobile) from wx_user_mobile where active_time is not null begin insert into sms_submit(id,gateway_id,source_number,dest_number,message_content)values(sms_system.nextval,'1','8888','186
??

oracle sql 判断字段非空,数据不重复

select distinct(mobile) from wx_user_mobile where active_time is not null


begin

insert into sms_submit(id,gateway_id,source_number,dest_number,message_content)values(sms_system.nextval,'1','8888','18601100472','尊敬的沃信用户,您好!沃信账号的状态、余额查询,请以10010官方网站为准,谢谢!———沃信客服');
insert into sms_submit(id,'18601106590','尊敬的沃信用户,您好!沃信账号的状态、余额查询,请以10010官方网站为准,谢谢!———沃信客服');

end;(逗号不能丢)

??

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读