select
b.price,c.zbxh,d.chinaname,d.chinaspec,e.unitname,f.brand,f.Produce_Factory,f.Minpacking,f.zlcc,f.qtsm,f.Elucidation,h.Enterprisename
from drexpert_pb a,user_product b,bid_product c,product_basic d,online_productqt f,unit e,EnterpriseBasicInfor h
where 
a.user_productid=b.id and a.bid_id=b.bidid  and
b.bid_productid=c.id and  b.bidid=c.bidid and 
c.product_basicid=d.id and 
f.product_basicid=d.id and 
f.user_productid=b.id and 
a.bid_id=b.bidid and
e.id=c.unitid and
h.userid=b.userid and
bid_id=14
group by f.zlcc,a.user_productid
having count(*)>=3