adding test scripts
[csql.git] / test / cache / CacheTable / t1create_compo.sql
blob8602b682569849d69978f554924a62ecec185ee9
1 CREATE TABLE t1(f1 int, f2 smallint, f3 int);
2 CREATE INDEX idx1 on t1(f1,f3)