Is there a way to perform a two-table SQL Update statement using functions in Database.php?
update table1, table2 set table1.x = table2.y where table1.foo = table2.bar
Function Database.php::update() appears to accept only a single table name. (This is in MW 1.12.)
Thanks. DanB