首页 > 其他 > 详细

客户信息表 自我汇总 待确认

时间:2014-03-23 10:11:23      阅读:390      评论:0      收藏:0      [点我收藏+]
bubuko.com,布布扣
--BILL TO 和SHIP TO
select *
  from hz_parties             hz,
       hz_cust_accounts       hca,
       hz_cust_acct_sites_all acct_site,
       hz_cust_site_uses_all  site_uses
 where hz.party_id = hca.party_id
   and hca.cust_account_id = acct_site.cust_account_id
   and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
   and hz.party_id=29562  --客户ID 
and acct_site.org_id = 83 --ORG
bubuko.com,布布扣

客户信息表 自我汇总 待确认,布布扣,bubuko.com

客户信息表 自我汇总 待确认

原文:http://www.cnblogs.com/toowang/p/3615753.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!