我有 2 个表一个 ' price
' 表
id | country_id |sell_price
-----+------------+----------
123 | 321 | 5.00
和一个交换' rate
'表
country_id | rate
-----------+------
321 | 1.05
我需要乘以更新 price.sell_price
price.sell_price * rate.rate where country_id = 321
任何帮助,将不胜感激!