Advertisement
patrykszczur

Untitled

May 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. String query = " SELECT c.idOrder, a.Name, a.Surname, a.`Phone_Number`," +
  2. " b.Product_name, b.`Serial_Number`, c.Order_address, c.Status, c.`Total_Price`," +
  3. " c.Created_at FROM user a, product b, `order`c, order_has_product d " +
  4. " WHERE a.idUser = c.User_idUser AND b.idProduct = d.Product_idProduct " ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement