Advertisement
Luis_B1

Untitled

Sep 30th, 2020
906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.13 KB | None | 0 0
  1. SELECT nombre, precio FROM producto
  2. ORDER BY precio DESC LIMIT 1
  3.  
  4. SELECT nombre, precio FROM producto
  5. ORDER BY precio ASC LIMIT 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement