I have two databases db1 and db2 in mySQL Azure instance. I want to bulk update a column in tbl2 from tbl1.
I want to do bulk update statement with a select statement based on a matching column value in both tables tbl1 and tbl2 but not the primary key.