工作中用到的....

select * from sis_quota where mr_no='H70085'

select * from sis_styles_b where mr_no='H70085'


select  count(sis_styles_id),sis_id,mr_no,article,cust_article_no,mu_no,colour,total_qty,ship_date
 
from sis_styles_b  group by sis_id,mr_no,article,cust_article_no,mu_no,colour,total_qty,ship_date having count(sis_styles_id)>1


select  count(quota_id),team_id,mr_no,article,cust_article_no,mu_no,colour,total_qty,ship_date,quota_qty,half_finished
 
from sis_quota group by team_id,mr_no,article,cust_article_no,mu_no,colour,total_qty,ship_date,quota_qty,half_finished having count(quota_id)>1

申明

非源创博文中的内容均收集自网上,若有侵权之处,请及时联络,我会在第一时间内删除.再次说声抱歉!!!

博文欢迎转载,但请给出原文连接。

原文地址:https://www.cnblogs.com/Athrun/p/740405.html