OLD | NEW |
1 # 2004 November 12 | 1 # 2004 November 12 |
2 # | 2 # |
3 # The author disclaims copyright to this source code. In place of | 3 # The author disclaims copyright to this source code. In place of |
4 # a legal notice, here is a blessing: | 4 # a legal notice, here is a blessing: |
5 # | 5 # |
6 # May you do good and not evil. | 6 # May you do good and not evil. |
7 # May you find forgiveness for yourself and forgive others. | 7 # May you find forgiveness for yourself and forgive others. |
8 # May you share freely, never taking more than you give. | 8 # May you share freely, never taking more than you give. |
9 # | 9 # |
10 #************************************************************************* | 10 #************************************************************************* |
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 END; | 659 END; |
660 INSERT INTO va69637_2 VALUES(123); | 660 INSERT INTO va69637_2 VALUES(123); |
661 SELECT * FROM ta69637_1; | 661 SELECT * FROM ta69637_1; |
662 } | 662 } |
663 } {1 124 2 10123} | 663 } {1 124 2 10123} |
664 } | 664 } |
665 | 665 |
666 | 666 |
667 | 667 |
668 finish_test | 668 finish_test |
OLD | NEW |