Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT nova_rebate_plan.rebate_advise
  2. FROM   nova_rebate_plan,
  3.        nova_product
  4. WHERE  nova_rebate_plan.rebate_plan_id = nova_product.rebate_plan_id
  5.        AND nova_product.product = nova_profile.product
  6.        AND nova_profile.leg_id = '';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement