adding test scripts
[csql.git] / test / durability / recovery / insert_a.sql
blob44c6f80a4e7ca95d05d137df9c5b8eef5bfe82a8
1 echo insert into t2 values(10,100.001,'2001-1-1');
2 insert into t2 values(10,100.001,'2001-1-1');
3 echo insert into t2 values(50,500.005,'2005-5-5');
4 insert into t2 values(50,500.005,'2005-5-5');