You are on page 1of 1

SELECT pd_productID, pd_distributorItemCode, pd_shortDescription FROM product, b

rand_manufacturer, brand
WHERE b_brandID = bdm_brandID AND bdm_brandManufacturerID = pd_brandManufacture
rID
AND bdm_manufacturerID='2923' AND pd_distributorID='10' and pd_productID no
t in (select ppg_productid from product_productGroup where ppg_productgroupid =
@ppg_productgroupid and ppg_distid = @distid)
order by pd_distributorItemCode
PDL_setPPGID(Session("pgID"))
PDL_RetrieveListByProductManuIDNOTIN()

You might also like