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