File Removed
[csql.git] / test / tools / csql / tree9.sql
blob199af6f9cb7446c9d684cf802cae7795afad12bb
1 create table t1(f1 int not null,f2 int,f3 int);
2 echo create index idx1 on t1(f1) primary;
3 create index idx1 on t1(f1)primary;
4 echo create index idx2 on t1(f1) hash primary;
5 create index idx2 on t1(f1) hash primary;