Ok, this is going to seem really stupid (that is, if it can even be done), but I just can't get it to work.
I need to update about 20 different tables all at one time, where a user modified some inupt.
For example - I need to subract
'x' from table_1, column_1,
'y' from table_2 column_1, and
'z' from table_3, column_1
where user_id = 'user_whatever'
Can anybody help me out?? Thanks!