adding test scripts
[csql.git] / test / tools / csql / tree10.sql
blob421cf21d76251a05091acb5209fee5503f6caceb
1 create table t1(f1 int not null,f2 int,f3 int);
2 echo create index idx1 on t1(f1) unique;
3 create index idx1 on t1(f1) unique;
4 echo create index idx2 on t1(f1) hash unique;
5 create index idx2 on t1(f1) hash unique;