adding test scripts
[csql.git] / test / tools / csql / exp.test060.ksh
blobd329511ba67a5868f8597302fd4f5a03d08029ac
1 Statement Executed
2 echo create index idx1 on t1(f1) unique;
3 Statement execute failed with error -4
4 CREATE TABLE t1 (f1 INT NOT NULL , f2 INT , f3 INT );
5 CREATE INDEX t1_idx1_Primary on t1 ( f1 ) HASH UNIQUE;
6 Statement Executed