adding test scripts
[csql.git] / test / cache / CacheTable / create1db2.sql
blobb0a82d00841531fdf0455cf827a95d404717d9d4
1 create table t4 (f1 int not null,f2 char(10) not null,primary key(f1,f2));