adding test scripts
[csql.git] / test / cache / MultiDsn / Gateway / psqlupdate.sql
blob9e4a94b576786d0b673ddace07e4f86a91a0120d
1 update tt1 set f1=111 where f1=11;
2 update tt1 set f1=222 where f1=22;
3 update tt2 set f1=1 where f1=1111;
4 update tt2 set f1=2 where f1=2222;