Advertisement
krtek_net

Untitled

Mar 19th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. gox=> select sign(amount)*power(10,floor(log(@amount))) as magnitude, count(*) as c from btc_xfers group by magnitude order by abs(magitude),magnitude ;
  2. magnitude | c
  3. -------------------------+--------
  4. 100000.0000000000000000 | 2
  5. -10000.0000000000000000 | 33
  6. 10000.0000000000000000 | 54
  7. -1000.0000000000000000 | 1631
  8. 1000.0000000000000000 | 2290
  9. -100.0000000000000000 | 38358
  10. 100.0000000000000000 | 33912
  11. -10.0000000000000000 | 221402
  12. 10.0000000000000000 | 161717
  13. -1.0000000000000000 | 346926
  14. 1.0000000000000000 | 368390
  15. -0.1000000000000000 | 176313
  16. 0.1000000000000000 | 299602
  17. -0.0100000000000000 | 248932
  18. 0.0100000000000000 | 185678
  19. -0.0010000000000000 | 671904
  20. 0.0010000000000000 | 42379
  21. -0.0001000000000000 | 74740
  22. 0.0001000000000000 | 68714
  23. -0.0000100000000000 | 48526
  24. 0.0000100000000000 | 128246
  25. -0.0000010000000000 | 174
  26. 0.0000010000000000 | 145474
  27. -0.0000001000000000 | 145
  28. 0.0000001000000000 | 7274
  29. -0.0000000100000000 | 2287
  30. 0.0000000100000000 | 7606
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement