Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. select cvr.customer_id, cvr.address_label, cvr.vendor_name, cvr.vendor_id, vhd.locality, vhd.area, vhd.address,
  2. vhd.city, vhd.state from cust_vend_relation cvr, vendor_home_delivery vhd
  3. where cvr.vendor_id = vhd.vendor_id and cvr.address_label = 'Office' and cvr.customer_id = 3;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement