*** empty log message ***
[csql.git] / test / cache / Durability / noncached_table_t2.sql
blobc445a0ab02613a07d0783eb4313958e8e6b9ea83
1 CREATE TABLE t2(f1 int,f2 char(20),f3 int,primary key(f1));
2 INSERT INTO t2 VALUES(10,'Bijay10',101);
3 INSERT INTO t2 VALUES(20,'Jiten10',202);
4 INSERT INTO t2 VALUES(30,'Praba10',303);
5 INSERT INTO t2 VALUES(40,'Kisor10',404);
6 INSERT INTO t2 VALUES(50,'Nihar10',505);
7 COMMIT;