*** empty log message ***
[csql.git] / test / tools / csql / tree14.sql
blobdf9cba023dc4f21f04243fc837c4e6f5187b271e
1 create table t1(f1 int not null,f2 int,f3 int);
2 echo create index idx1 on t1(f1) hash primary;
3 create index idx1 on t1(f1) hash primary;
4 echo create index idx2 on t1(f1) tree primary;
5 create index idx2 on t1(f1) tree primary;