Guest User

Untitled

a guest
Feb 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Grades
  2. 2.3
  3. 3
  4. 2
  5. 3.3
  6. 3.5
  7. 3.6
  8. 3.2
  9. 2.1
  10. 2.3
  11. 3.7
  12. 3.3
  13. 3.1
  14. 4.4
  15. 4.3
  16. 1.4
  17. 4.5
  18. 3.5
  19.  
  20. SELECT x
  21. FROM MyTable
  22. ORDER BY x
  23. LIMIT 1
  24. OFFSET (SELECT COUNT(*)
  25. FROM MyTable) / 2
Add Comment
Please, Sign In to add comment