First version for durability tests
[csql.git] / test / tools / Durability / create_t2.sql
blob5f5451d3674f98c786fdab12269b141490baa3f4
1 echo create table t2(f1 int,f2 float,f3 date);
2 create table t2(f1 int,f2 float,f3 date);