I have two tables and each one has a column for usernames but only one table has a column 'status'. I want to select all the records that have matching usernames from both tables and update 'status' to 'new'. So it's a select from both tables and update in one. Can anyone help? Thanks in advance.