找回密码
 注册账号

QQ登录

只需一步,快速开始

手机号码,快捷登录

手机号码,快捷登录

初学者课程:T3自学|T6自学|U8自学软件下载课件下载工具下载资料:通资料|U8资料|NC|培训|年结积分规则 | 使用常见问题Q&A
知识库:U8 | | NC | U9 | OA | 政务U8|U9|NCC|NC65|NC65客开|NCC客开新手必读 | 任务 | 快速增金币用友QQ群[微信群]
查看: 9079|回复: 21

[技巧] 删除已停用的客户,供应商.部门档案的SQL语句

[复制链接]
发表于 2008-11-8 10:40:58 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册账号

×
Delete        
from Inventory
where
          not exists(select * from CurrentStock
          where Inventory.cInvCode=CurrentStock.cInvCode)         --现存量表
      and not exists(select * from IA_Subsidiary
          where Inventory.cInvCode=IA_Subsidiary.cInvCode)        --发票表
      and not exists(select * from RdRecords
          where Inventory.cInvCode=RdRecords.cInvCode)            --收发货记录表
      and not exists(select * from pursettlevouchs
          where Inventory.cInvCode=pursettlevouchs.cInvCode)      --采购结算单子表
      and not exists(select * from sa_invuprice
          where Inventory.cInvCode=sa_invuprice.cInvCode)         --销售报价表
      and not exists(select * from Dispatchlists
          where Inventory.cInvCode=Dispatchlists.cInvCode)        --发货单列表
      and not exists(select * from ProductStructuresEx
          where Inventory.cInvCode=ProductStructuresEx.cPSPCode)  --产品结构母产品
      and not exists(select * from ProductStructuresEx
          where Inventory.cInvCode=ProductStructuresEx.cPSCode)   --产品结构子产品
      and not exists(select * from PriceJustify
          where Inventory.cInvCode=PriceJustify.cInvCode)         --销售调价记录表
      and not exists(select * from SO_SODetails
          where Inventory.cInvCode=SO_SODetails.cInvCode)         --销售订单子表
      and not exists(select * from PurBillVouchs
          where Inventory.cInvCode=PurBillVouchs.cInvCode)        --采购发票子表
      and dEDate is not null                                      --已停用产品
--=======================================删除停用的客户档案
Delete            
from customer
where
          not exists(select * from Dispatchlist
          where customer.cCusCode=Dispatchlist.cCusCode)   --发货单列表
      and not exists(select * from gl_accass
          where customer.cCusCode=gl_accass.ccus_id)       --辅助总账
      and not exists(select * from GL_accvouch
          where customer.cCusCode=GL_accvouch.ccus_id)     --凭证及明细账
      and not exists(select * from SO_SOmain
          where customer.cCusCode=SO_SOmain.cCusCode)      --销售订单主表
      and not exists(select * from SA_QuoDetails
          where customer.cCusCode=SA_QuoDetails.cCusCode)  --销售报价表
      and  dEndDate is not null                            --已停用标志
---------------------s---o---f----t----b---b----s----.-----n---e---t----------------------
----------================================删除停用的供应商档案
Delete            
from Vendor
where
          not exists(select * from po_pomain
          where Vendor.cvencode=po_pomain.cvencode)          --采购订单主表
      and not exists(select * from gl_accass
          where Vendor.cvencode=gl_accass.csup_id)           --辅助总账
      and not exists(select * from GL_accvouch
          where Vendor.cvencode=GL_accvouch.csup_id)         --凭证及明细账
      and not exists(select * from RdRecord
          where Vendor.cvencode=RdRecord.cvencode)           --收发货记录表
      and not exists(select * from Ven_Inv_Price_Rule
          where Vendor.cvencode=Ven_Inv_Price_Rule.cvencode) --供应商报价
      and  dEndDate is not null                              --已停用标志
发表于 2008-11-8 10:42:19 | 显示全部楼层
不错的东西啊
学学
发表于 2008-11-8 10:47:45 | 显示全部楼层
高手来了
发表于 2008-11-8 11:00:09 | 显示全部楼层
楼主用心了,谢谢了
 楼主| 发表于 2008-11-8 11:32:04 | 显示全部楼层
有些字段可以对应数据库字典修改 一下.
发表于 2008-11-8 13:18:28 | 显示全部楼层
谢谢,我正在找这个东西呢
发表于 2008-11-8 13:54:57 | 显示全部楼层
还没碰到~
貌似很不错~
发表于 2008-11-10 00:16:29 | 显示全部楼层
老兄你是不是搞开发的呀、这么有兴趣研究SQL语句!不错不错
发表于 2008-11-10 10:52:31 | 显示全部楼层
数据库达人啊
 楼主| 发表于 2008-11-10 13:27:15 | 显示全部楼层
这个是U6的,如果需要用友通的可以找我..只需要改几个字段就行了..
发表于 2008-11-10 17:33:19 | 显示全部楼层
楼主对SQL语句颇有研究,支持一下。希望以后能多发经典的帖子。
发表于 2008-11-11 16:14:55 | 显示全部楼层
我也支持下,很多时候还真是需要这个啊!厉害厉害~
 楼主| 发表于 2008-11-12 12:03:33 | 显示全部楼层
我也是才学的,以前没有学过..
发表于 2008-11-12 15:36:39 | 显示全部楼层
支持收录啊
发表于 2008-11-13 21:32:12 | 显示全部楼层
好东西,不知道对所有U8U6都适用吗?
您需要登录后才可以回帖 登录 | 注册账号

本版积分规则

QQ|站长微信|Archiver|手机版|小黑屋|用友之家 ( 蜀ICP备07505338号|51072502110008 )

GMT+8, 2024-11-27 23:37 , Processed in 0.088410 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表