Guest User

Untitled

a guest
May 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. SELECT items.itemestimate, items.itemoption, items.itemorder, items.itemproductid, products.productcategory,products.productcompanyid, products.productoption, products.productorder
  2. FROM `items`
  3. LEFT JOIN products ON items.itemproductid = products.productcompanyid
  4. WHERE `itemestimate` = "EST3340"
  5. LIMIT 0 , 200
Add Comment
Please, Sign In to add comment