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

MySql插入查询的数据(命名Sql常用)

时间:2019-12-31 14:20:50      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:渠道   常用   rom   命名   date   name   mys   ndt   amp   

1.导入渠道对账索引
insert
into
  rec_sourceidx
  (
          trandt,transq,chnlcd,chnldt,chnlsq,chnlst,tranam,matched
  ) select
    (#trandtidx#,#transqidx#,#chnlcdidx#,#chnldtidx#,#chnlsqidx#,#chnlstidx#,#tranamidx#,‘Y‘) 
  from
    #tablename#
  where
    #trandtidx#>=date_sub(#trandt#,interval #amplitude# day) and #trandtidx#<=date_add(#trandt#,interval #amplitude# day)
    and

              #chnlcdidx#=#chnlcd#;

MySql插入查询的数据(命名Sql常用)

标签:渠道   常用   rom   命名   date   name   mys   ndt   amp   

原文地址:https://www.cnblogs.com/morganlin/p/12123892.html

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