adding test scripts
[csql.git] / test / cache / Bidirectional / update.sql
blob0153477a7eff8d566bedf8e6c8b8bf68c414cfe8
1 update t1 set f2 =50 where f1 < 6;
2 update t2 set f2 =110 where f1 <6;
3 commit;