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