1) Calculate the items that should be paid by the customer can be viewed with the following query
SELECT order_id, SUM (qty * price) FROM item_level
GROUP BY id;
* Id here signifies an item
following query to display the order id and the total per item on the table
Sedang diterjemahkan, harap tunggu..
