Is it possible in MYSQL to run an update statement on multiple tables?
UPDATE users u, coaches c SET u.something = something, c.something = something
Thanks...