repo.or.cz
/
csql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
changes for windows jdbc driverw
[csql.git]
/
test
/
cache
/
MultiDsn
/
Gateway
/
mysqlupdate.sql
blob
be852291d741b91b65ad24d6f206026581bd50e0
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;
5
6