*** empty log message ***
[csql.git] / test / cache / Bidirectional / update.sql
blobb8291ab34e0760ef0b53933a38bed7218d702fa7
1 update t1 set t2f2 =50 where t1f1 < 6;
2 update t2 set t2f2 =110 where t2f1 <6;
3 commit;