Advertisement
r1pp3rj4ck

Untitled

Mar 22nd, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SELECT id, 'kepek' AS 'table' FROM  `kepek`
  2. ORDER BY TIMESTAMP DESC
  3. UNION ALL
  4. SELECT id, 'links' AS 'table' FROM  `links`
  5. ORDER BY TIMESTAMP DESC
  6. UNION ALL
  7. SELECT id, 'quotes' AS 'table' FROM  `quotes`
  8. ORDER BY TIMESTAMP DESC
  9. UNION ALL
  10. SELECT id, 'youtube' AS 'table' FROM  `youtube`
  11. ORDER BY TIMESTAMP DESC
  12. LIMIT 0, 15;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement