Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $select->joinInner(
  2. array('product_tierprice' => 'catalog_product_entity_tier_price'),
  3. 'product_tierprice.entity_id=rp.product_id',
  4. array()
  5. );
  6.  
  7. $select->joinLeft(
  8. array('product_tierprice' => 'catalog_product_entity_tier_price'),
  9. 'product_tierprice.entity_id=rp.product_id',
  10. array()
  11. )->where('rp.product_id is NULL');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement