Guest User

Untitled

a guest
May 5th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. SELECT * FROM (SELECT * FROM table ORDER BY timestamp DESC LIMIT 5) WHERE opened= "false";
  2.  
  3. SELECT * FROM `messages` where opened = "false" order by timestamp desc limit 5
Add Comment
Please, Sign In to add comment