adding test scripts
[csql.git] / test / tools / csql / exp.test145.ksh
blob885d9c9366fa2f6200db4c7ce4b8cb6a3f82f312
1 Statement prepare failed with error -19
2 Statement Executed
3 echo CREATE TABLE t2(f3 int,f4 int,primary key(f3));
4 Statement Executed
5 echo CREATE TABLE t3(f5 int,f6 int,foreign key(f5) references t1(f1),foreign key(f6) references t2(f3));
6 Statement Executed
7 echo DROP TABLE t2;
8 Statement execute failed with error -4
9 Statement Executed
10 Statement Executed
11 Statement Executed