Guest User

Untitled

a guest
Jan 24th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. - #rank (user's position in the leaderboard)
  2. - user_fk
  3. - won games count
  4. - lost games count
  5.  
  6. - #rank (user's position in the leaderboard)
  7. - user_fk
  8. - won games count
  9. - lost games count
  10.  
  11. Select users ordered by number of won games DESC, lost games ASC,
  12. where date_created <= 24h AND againts = OpponentPlayer AND zone_id = ZONE LIMIT 250
  13.  
  14. Select users ordered by XP DESC, won games DESC, lost games ASC
  15. where updated_at <= 90 days and zone_ID LIMIT 999
Add Comment
Please, Sign In to add comment