Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. select * from (select * from t1 where id=14 order by timestamp desc) as h group by hnumber order by timestamp desc limit 0, 15
  2.  
  3. select m from (select n from t1 n where n.id=:id order by timestamp desc) as m group by hnumber order by timestamp desc limit 0, 15
  4.  
  5. seq
  6. id
  7. message
  8. timestamp
  9. hnumber
  10.  
  11. Seq id message timestamp hnumber
  12. 1001 14 xyz1 1394607463000 0429c3866c19981fc276855ff3cdaf100e0c9fdb
  13. 1002 14 xyz2 1394608378000 0429c3866c19981fc276855ff3cdaf100e0c9fdb
  14. 1003 14 xyz1 1394453678000 0429c3866c19981fc276855ff3cdaf100e0c9fdb
  15. 1004 14 xyz2 1394608520000 0429c3866c19981fc276855ff3cdaf100e0c9fdb
  16. 1005 14 xyz9 1394612791000 369d7cf7bd90fac78ef635b188e2a9952d77a8d1
  17. 1006 14 xyz7 1394608513793 0429c3866c19981fc276855ff3cdaf100e0c9fdb
  18. 1008 14 xyz6 1394608513793 0429c3866c19981fc276855ff3cdaf100e0c9fdb
  19. 1009 14 xyz3 1394622221000 369d7cf7bd90fac78ef635b188e2a9952d77a8d1
  20. 1010 14 xyz4 1394608513793 369d7cf7bd90fac78ef635b188e2a9952d77a8d1
  21.  
  22. Seq id message timestamp hnumber
  23. 1009 14 xyz3 1394622221000 369d7cf7bd90fac78ef635b188e2a9952d77a8d1
  24. 1004 14 xyz2 1394608520000 0429c3866c19981fc276855ff3cdaf100e0c9fdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement