windows changes
[csql.git] / test / tools / csqldump / foreign1.sql
blob0fb81eeadea81057808412c8eb117d953c32e230
1 CREATE TABLE t1(f1 int,f2 int,primary key(f1));
2 CREATE TABLE t2(f1 int,f2 int,foreign key(f1) references t1(f1));