amdivoff 0 Newbie Poster

Hi,
I would like to update the products table "ProductPrice" with the value "saleprice" from the distpricelist by matching the sku.
the "products" table is permanent, I upload a csv file and fill the "distpricelist" with the new data. so basically i need help with a mysql statement to update the fields.

product table
ProductID
ProductSKU
ProductName
ProductMSRP
ProductPrice
ProductWeight

distpricelist
sku
cost
saleprice

Thank You for any help

Andre