2019年8月27日
摘要: delete from TD21_CUST a where (a.cust_no,a.cust_name) in (select cust_no,cust_name from TD21_CUST group by cust_no,cust_name having count(*) > 1) and 阅读全文
posted @ 2019-08-27 11:34 794536524 阅读(830) 评论(0) 推荐(0) 编辑