Mysql跨表更新 多表update sql语句总结
摘要:UPDATE product p, productPrice pp
SET pp.price = pp.price * 0.8
WHERE p.productId = pp.productId
阅读全文
posted @ 2015-04-27 16:38
posted @ 2015-04-27 16:38
posted @ 2015-04-23 14:38