home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Bonus / Database / mysql-max-3.23.55.sit / mysql-max-3.23.55-apple-darwi.1 / mysql-test / r / group_by.result < prev    next >
Encoding:
Text File  |  2003-01-21  |  1.9 KB  |  113 lines  |  [TEXT/ttxt]

  1. userid    MIN(t1.score)
  2. 1    1
  3. 2    2
  4. 3    3
  5. userid    MIN(t1.score)
  6. 1    1
  7. 2    2
  8. userid    MIN(t1.score+0.0)
  9. 1    1.0
  10. 2    2.0
  11. cid    CONCAT(firstname, ' ', surname)    COUNT(call_id)
  12. cid    CONCAT(firstname, ' ', surname)    COUNT(call_id)
  13. value    description    bug_id
  14. BBBBBBBBBBBBB - conversion        9
  15. BBBBBBBBBBBBB - conversion        10
  16. BBBBBBBBBBBBB - generic        7
  17. BBBBBBBBBBBBB - generic        14
  18. BBBBBBBBBBBBB - eeeeeeeee        NULL
  19. kkkkkkkkkkk lllllllllll        6
  20. kkkkkkkkkkk lllllllllll        8
  21. kkkkkkkkkkk lllllllllll        12
  22. Test Procedures        NULL
  23. Documentation        NULL
  24. Host communication        NULL
  25. value    description    COUNT(bug_id)
  26. BBBBBBBBBBBBB - conversion        2
  27. BBBBBBBBBBBBB - eeeeeeeee        0
  28. BBBBBBBBBBBBB - generic        2
  29. Documentation        0
  30. Host communication        0
  31. kkkkkkkkkkk lllllllllll        3
  32. Test Procedures        0
  33. value    description    COUNT(bug_id)
  34. BBBBBBBBBBBBB - conversion        2
  35. BBBBBBBBBBBBB - eeeeeeeee        0
  36. BBBBBBBBBBBBB - generic        2
  37. Documentation        0
  38. Host communication        0
  39. Test Procedures        0
  40. 1+1    a    count(*)
  41. 2    a    0
  42. 1+1    a    count(*)
  43. 2    a    0
  44. table    type    possible_keys    key    key_len    ref    rows    Extra
  45. t1    ALL    NULL    NULL    NULL    NULL    6    Using temporary
  46. userid    count(*)
  47. 3    3
  48. 2    1
  49. 1    2
  50. userid    count(*)
  51. 3    3
  52. 1    2
  53. userid    count(*)
  54. 3    3
  55. table    type    possible_keys    key    key_len    ref    rows    Extra
  56. t1    range    spID    spID    5    NULL    2    where used; Using index; Using temporary
  57. table    type    possible_keys    key    key_len    ref    rows    Extra
  58. t1    range    spID    spID    5    NULL    2    where used; Using index
  59. spid    count(*)
  60. 1    1
  61. 2    2
  62. spid    count(*)
  63. 2    2
  64. 1    1
  65. table    type    possible_keys    key    key_len    ref    rows    Extra
  66. t1    ALL    NULL    NULL    NULL    NULL    6    Using filesort
  67. spid    sum(userid)
  68. 5    3
  69. 4    3
  70. 3    3
  71. 2    3
  72. 1    1
  73. table    type    possible_keys    key    key_len    ref    rows    Extra
  74. t1    index    NULL    score    3    NULL    6    Using index
  75. score    count(*)
  76. 3    3
  77. 2    1
  78. 1    2
  79. One    Two    sum(Four)
  80. 1    1    16
  81. 1    2    16
  82. 1    3    16
  83. xID    xID1
  84. 1    1
  85. 2    2
  86. 2    2
  87. 3    134
  88. 3    134
  89. 3    134
  90. 4    185
  91. 4    185
  92. 4    185
  93. 4    185
  94. xID    xID1    Level
  95. 1    1    *
  96. 2    2    **
  97. 3    134    ***
  98. 4    185    ****
  99. pid    c1id    c2id    value    id    active    id    active
  100. 1    1    NULL    1    1    Yes    NULL    NULL
  101. 1    NULL    3    3    NULL    NULL    3    Yes
  102. 1    4    NULL    4    4    Yes    NULL    NULL
  103. max(value)
  104. 4
  105. a    count(*)
  106. NULL    9
  107.     3
  108. b    1
  109. a    count(*)
  110. NULL    9
  111.     3
  112. b    1
  113.