adding test scripts
[csql.git] / test / cache / CacheVerify / csqlupdate.sql
blob4d5e386f6a6a4c8aa8cba3322269987fbf2d7ddd
1 update t1 set f2 = 2020 where f1 = 2;
2 update t1 set f4 = 'rajani' where f1 = 5;