UPDATE and SET column row values by calculating values from antoher table – Phpmyadmin
I have two tables: products - which has UnitsSold(total/cumulative amount of sold products/item), and sales - which has SoldQuantity (how many units sold per transaction) The same unit could be sold many times, so we need to calculate how many…