Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. name student teacher special_teacher special_student
  2.  
  3. a x x 1 2
  4. b y y 1 2
  5. a x x 1 2
  6. b y y 1 2
  7. a x x 1 2
  8. b y y 1 2
  9. a x x 1 2
  10. b y y 1 2
  11. a x x 1 2
  12. b y y 1 2
  13. a x x 1 2
  14. b y y 1 2
  15. a x x 1 2
  16. b y y 1 2
  17. a x x 1 2
  18. b y y 1 2
  19.  
  20.  
  21.  
  22.  
  23.  
  24. SELECT * FROM (
  25. SELECT
  26. `main_table`.*
  27. FROM
  28. student_teacher AS `main_table`
  29. WHERE
  30. STATUS = "ENABLED"
  31.  
  32. ORDER BY student_teacher = "1" DESC
  33. ) T1
  34.  
  35. ORDER BY special = "1" DESC
  36. LIMIT 9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement