adding test scripts
[csql.git] / test / cache / CacheTable / inputtest4.sql
bloba11b3e58018116663b132038aa78f37395e45f8b
1 drop table t1;
2 CREATE TABLE t1 (f1 SMALLINT NOT NULL, f2 INT, primary key (f1));
3 INSERT INTO t1 VALUES(1, 1111);
4 INSERT INTO t1 VALUES(2, 2222);