64 bit build fix
[csql.git] / test / cache / FailOver / csqldb2input.sql
blob80c239ed95ff48889baaa996f0ada42b5be8f63e
1 select * from t1;
2 insert into t1 values(100, 1000, 1000000, 'vijay',   102.718,  111111100.000999, '1915-12-25', '00:00:01', '1980-12-25 00:00:01');
3 update t1 set f1 = 500 , f9 = '2008-08-08 08:08:08' where f1 = 5;
4 delete from t1 where f1 = 8;
5 select * from t1;