adding test scripts
[csql.git] / test / tools / catalog / createPriFlagTest.sql
blob9a4f48cd1ad5d56dada0f332c63624aed1415fd1
1 echo create table t4 (f1 int,f2 int,primary key(f1));
2 create table t4 (f1 int,f2 int,primary key(f1));
3 echo create table t5 (f1 int,f2 int,primary key(f1, f2));
4 create table t5 (f1 int,f2 int,primary key(f1, f2));