ComputerGeek

ComputerGeek


Update Query using joins in MySql

Posted: 13 Aug 2014 04:04 AM PDT

Update Query using joins in MySql  In this Article, I will show how to write Mysql update query using joins.You can use multiple tables in your single Update query. Example : Departments Table : id Name 1 Accounts 2 R&D 3 Sales Employees Table : id Name Salary Department Id 1


Post a Comment