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