File Removed
[csql.git] / test / tools / csql / exp.test062.ksh
blobfb812078ecff8d81780313f070a533050257a82a
1 Statement Executed
2 echo create index idx1 on t1(f1) tree unique;
3 Statement Executed
4 echo create index idx2 on t1(f1) tree primary;
5 Statement execute failed with error -4
6 CREATE TABLE t1 (f1 INT NOT NULL , f2 INT , f3 INT );
7 CREATE INDEX idx1 on t1 ( f1 ) TREE UNIQUE;
8 SET AUTOCOMMIT OFF;
9 Statement Executed