Update Across Joined Tables in MySQL
I had to do a MySQL update on records that were retrieved from a two-table join today. I shouldn’t have been surprised to find that I needed a different syntax than I know from MS SQL, where I would write, … Continue reading
Posted in MS SQL, mysql, Transact SQL
Tagged database, joins, multiple tables, update statements, updates
Leave a comment