adding test scripts
[csql.git] / test / cache / MultiDsn / Gateway / mysqlupdate.sql
blobbe852291d741b91b65ad24d6f206026581bd50e0
1 update t1 set f1=100,f2='Hi world' where f1=1;
2 update t1 set f1=200,f2='helloWorld' where f1=2;
3 update t2 set f1=1000,f2='MySQL' where f1=10;
4 update t2 set f1=2000,f2='Faster' where f1=20;