merge.result
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. a b
  2. 1 Testing
  3. 2 table
  4. 3 t1
  5. 1 Testing
  6. 2 table
  7. 3 t2
  8. a b
  9. 3 t1
  10. 3 t2
  11. 2 table
  12. 2 table
  13. 1 Testing
  14. 1 Testing
  15. table type possible_keys key key_len ref rows Extra
  16. t3 range a a 4 NULL 10 where used
  17. table type possible_keys key key_len ref rows Extra
  18. t3 range a a 4 NULL 10 where used
  19. a b
  20. 10 Testing
  21. 10 Testing
  22. a b
  23. 1 Testing
  24. 1 Testing
  25. 2 table
  26. 2 table
  27. 3 t1
  28. 3 t2
  29. 4 Testing
  30. 4 Testing
  31. 5 table
  32. 5 table
  33. 6 t1
  34. 6 t2
  35. 7 Testing
  36. 7 Testing
  37. 8 table
  38. 8 table
  39. 9 t2
  40. 9 t2
  41. a b
  42. 11 table
  43. 11 table
  44. 12 t1
  45. 12 t1
  46. 13 Testing
  47. 13 Testing
  48. 14 table
  49. 14 table
  50. 15 t2
  51. 15 t2
  52. 16 Testing
  53. 16 Testing
  54. 17 table
  55. 17 table
  56. 18 t2
  57. 18 t2
  58. 19 Testing
  59. 19 Testing
  60. table type possible_keys key key_len ref rows Extra
  61. t3 index NULL a 4 NULL 1131 Using index
  62. a
  63. 699
  64. 698
  65. 697
  66. 696
  67. 695
  68. 694
  69. 693
  70. 692
  71. 691
  72. 690
  73. a
  74. 416
  75. 415
  76. 415
  77. 414
  78. 414
  79. 413
  80. 413
  81. 412
  82. 412
  83. 411
  84. Table Create Table
  85. t3 CREATE TABLE `t3` (
  86.   `a` int(11) NOT NULL default '0',
  87.   `b` char(20) default NULL,
  88.   KEY `a` (`a`)
  89. ) TYPE=MRG_MyISAM UNION=(t1,t2)
  90. c
  91. test1
  92. test1
  93. test1
  94. test2
  95. test2
  96. test2
  97. c
  98. test1
  99. test1
  100. test1
  101. test2
  102. test2
  103. test2
  104. c
  105. c
  106. incr othr
  107. incr othr
  108. 1 10
  109. 2 24
  110. 4 33
  111. 3 53
  112. count(*)
  113. 10
  114. count(*)
  115. 20
  116. count(*)
  117. 20
  118. Table Create Table
  119. t3 CREATE TABLE `t3` (
  120.   `incr` int(11) NOT NULL default '0',
  121.   `othr` int(11) NOT NULL default '0',
  122.   PRIMARY KEY  (`incr`)
  123. ) TYPE=MRG_MyISAM UNION=(t1,t2)
  124. Table Create Table
  125. t3 CREATE TABLE `t3` (
  126.   `incr` int(11) NOT NULL default '0',
  127.   `othr` int(11) NOT NULL default '0'
  128. ) TYPE=MRG_MyISAM UNION=(t1,t2)
  129. a