portals_p2.out
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:6k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. QUERY: BEGIN;
  2. QUERY: DECLARE foo13 CURSOR FOR
  3.    SELECT * FROM onek WHERE unique1 = 50;
  4. QUERY: DECLARE foo14 CURSOR FOR
  5.    SELECT * FROM onek WHERE unique1 = 51;
  6. QUERY: DECLARE foo15 CURSOR FOR
  7.    SELECT * FROM onek WHERE unique1 = 52;
  8. QUERY: DECLARE foo16 CURSOR FOR
  9.    SELECT * FROM onek WHERE unique1 = 53;
  10. QUERY: DECLARE foo17 CURSOR FOR
  11.    SELECT * FROM onek WHERE unique1 = 54;
  12. QUERY: DECLARE foo18 CURSOR FOR
  13.    SELECT * FROM onek WHERE unique1 = 55;
  14. QUERY: DECLARE foo19 CURSOR FOR
  15.    SELECT * FROM onek WHERE unique1 = 56;
  16. QUERY: DECLARE foo20 CURSOR FOR
  17.    SELECT * FROM onek WHERE unique1 = 57;
  18. QUERY: DECLARE foo21 CURSOR FOR
  19.    SELECT * FROM onek WHERE unique1 = 58;
  20. QUERY: DECLARE foo22 CURSOR FOR
  21.    SELECT * FROM onek WHERE unique1 = 59;
  22. QUERY: DECLARE foo23 CURSOR FOR
  23.    SELECT * FROM onek WHERE unique1 = 60;
  24. QUERY: DECLARE foo24 CURSOR FOR
  25.    SELECT * FROM onek2 WHERE unique1 = 50;
  26. QUERY: DECLARE foo25 CURSOR FOR
  27.    SELECT * FROM onek2 WHERE unique1 = 60;
  28. QUERY: FETCH all in foo13;
  29. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  30. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  31.      50|    253|  0|   2|  0|    10|      0|      50|         50|       50|      50|  0|   1|YBAAAA  |TJAAAA  |HHHHxx 
  32. (1 row)
  33. QUERY: FETCH all in foo14;
  34. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  35. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  36.      51|     76|  1|   3|  1|    11|      1|      51|         51|       51|      51|  2|   3|ZBAAAA  |YCAAAA  |AAAAxx 
  37. (1 row)
  38. QUERY: FETCH all in foo15;
  39. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  40. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  41.      52|    985|  0|   0|  2|    12|      2|      52|         52|       52|      52|  4|   5|ACAAAA  |XLBAAA  |HHHHxx 
  42. (1 row)
  43. QUERY: FETCH all in foo16;
  44. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  45. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  46.      53|    196|  1|   1|  3|    13|      3|      53|         53|       53|      53|  6|   7|BCAAAA  |OHAAAA  |AAAAxx 
  47. (1 row)
  48. QUERY: FETCH all in foo17;
  49. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  50. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  51.      54|    356|  0|   2|  4|    14|      4|      54|         54|       54|      54|  8|   9|CCAAAA  |SNAAAA  |AAAAxx 
  52. (1 row)
  53. QUERY: FETCH all in foo18;
  54. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  55. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  56.      55|    627|  1|   3|  5|    15|      5|      55|         55|       55|      55| 10|  11|DCAAAA  |DYAAAA  |VVVVxx 
  57. (1 row)
  58. QUERY: FETCH all in foo19;
  59. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  60. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  61.      56|     54|  0|   0|  6|    16|      6|      56|         56|       56|      56| 12|  13|ECAAAA  |CCAAAA  |OOOOxx 
  62. (1 row)
  63. QUERY: FETCH all in foo20;
  64. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  65. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  66.      57|    942|  1|   1|  7|    17|      7|      57|         57|       57|      57| 14|  15|FCAAAA  |GKBAAA  |OOOOxx 
  67. (1 row)
  68. QUERY: FETCH all in foo21;
  69. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  70. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  71.      58|    114|  0|   2|  8|    18|      8|      58|         58|       58|      58| 16|  17|GCAAAA  |KEAAAA  |OOOOxx 
  72. (1 row)
  73. QUERY: FETCH all in foo22;
  74. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  75. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  76.      59|    593|  1|   3|  9|    19|      9|      59|         59|       59|      59| 18|  19|HCAAAA  |VWAAAA  |HHHHxx 
  77. (1 row)
  78. QUERY: FETCH all in foo23;
  79. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  80. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  81.      60|    483|  0|   0|  0|     0|      0|      60|         60|       60|      60|  0|   1|ICAAAA  |PSAAAA  |VVVVxx 
  82. (1 row)
  83. QUERY: FETCH all in foo24;
  84. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  85. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  86.      50|    253|  0|   2|  0|    10|      0|      50|         50|       50|      50|  0|   1|YBAAAA  |TJAAAA  |HHHHxx 
  87. (1 row)
  88. QUERY: FETCH all in foo25;
  89. unique1|unique2|two|four|ten|twenty|hundred|thousand|twothousand|fivethous|tenthous|odd|even|stringu1|stringu2|string4
  90. -------+-------+---+----+---+------+-------+--------+-----------+---------+--------+---+----+--------+--------+-------
  91.      60|    483|  0|   0|  0|     0|      0|      60|         60|       60|      60|  0|   1|ICAAAA  |PSAAAA  |VVVVxx 
  92. (1 row)
  93. QUERY: CLOSE foo13;
  94. QUERY: CLOSE foo14;
  95. QUERY: CLOSE foo15;
  96. QUERY: CLOSE foo16;
  97. QUERY: CLOSE foo17;
  98. QUERY: CLOSE foo18;
  99. QUERY: CLOSE foo19;
  100. QUERY: CLOSE foo20;
  101. QUERY: CLOSE foo21;
  102. QUERY: CLOSE foo22;
  103. QUERY: CLOSE foo23;
  104. QUERY: CLOSE foo24;
  105. QUERY: CLOSE foo25;
  106. QUERY: END;