[ create a new paste ] login | about

Link: http://codepad.org/7oFWejOb    [ raw code | fork ]

Plain Text, pasted on Jul 12:
1
2
3
4
5
6
7
8
9
tabell1
username    epost

tabell2
username    epost


typ:
update tabell2 set epost=tabell1.epost where tabell1.username = tabell2.username and tabell2.username ='default'


Create a new paste based on this one


Comments: