> 数据库 > MySQL >

mysql的多表关联更新怎么写?

Mysql 多表关联更新sql

 

 

UPDATE items,month SET items.price=month.price

WHERE items.id=month.id and 条件=条件 ;

(责任编辑:IT)