doxygen documentation
[csql.git] / test / tools / csql / exp.test125.ksh
blobd487ddf586ccfb87397547af53862b1be4972967
1 echo CREATE TABLE t1(f1 int,f2 int,primary key(f1));
2 Statement Executed
3 echo CREATE TABLE t2(f3 int,f4 int);
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 execute failed with error -4
7 Statement Executed
8 Statement Executed