Guest User

Untitled

a guest
Apr 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. select inventory.fruitID
  2. concat( "$", quantity * price ) as "value"
  3. from fruit right join inventory
  4. on fruit.fruitID = inventory.fruitID;
Add Comment
Please, Sign In to add comment