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