adding test scripts
[csql.git] / test / cache / CacheTable / createt5db2.sql
blob8c4c4637efee48919abba5b5183d2619407441a9
1 create table t5 (f1 int ,f2 int not null,primary key(f2));
2 create table t6 (f1 int not null,f2 int not null);