adding test scripts
[csql.git] / test / cache / MultiDsn / CacheToolOpts / db2table.sql
blob9fb447c3f6751caab32f4fdb97a183401d594ae9
1 create table t5(f1 int,f2 int);
2 insert into t5 values(20,200);
3 create table t6(f1 int,f2 int);
4 insert into t6 values(10,100);