%PDF- %PDF-
Direktori : /home/rs/mysql/4.0/mysql-test/t/ |
Current File : /home/rs/mysql/4.0/mysql-test/t/sel000002.test |
# sel000002 # # Versions # -------- # 3.22 # 3.23 # # Description # ----------- # This test is just a simple select. # DROP TABLE IF EXISTS t1; CREATE TABLE t1 (n INT); INSERT INTO t1 VALUES (1), (2), (3); SELECT * FROM t1; drop table t1;