adding test scripts
[csql.git] / test / tools / csql / tree16.sql
blob1e9f707f495fcd53abcedf4afe310ce0aa29f82f
1 create table t1(f1 int not null,f2 int,f3 int,primary key(f1));
2 echo create index idx1 on t1(f1) tree unique;
3 create index idx1 on t1(f1) tree unique;