64 bit build fix
[csql.git] / test / cache / Gateway / update.sql
blob0b8f81cf06b170d055f5c6d7eaf5525301a86d6a
1 update t1 set f2=1995, f9 = '1971/12/25 11:42:35' where f1 = 2;
2 update t1 set f3=333666999, f9 = '1973/08/15 13:45:36' where f1 = 3;
3 update t1 set f4='poonam', f9 = '1974/12/25 14:42:35' where f1 = 4;
4 update t1 set f7='1978/09/12', f9 = '1977/12/25 17:42:35' where f1 = 7;
5 update t1 set f8='12:34:56', f9 = '1978/12/25 18:42:35' where f1 =8;
6 update t1 set f9='1978/09/12 12:34:56', f9 = '1979/12/25 19:42:35' where f1 = 9;