good day,
i have a problem and i don't know what to do with it, so plz help i am breaking down here....
here is the query
SELECT Sum(QuantityFree) AS SumמתוךQuantityFree
FROM ( SELECT ItemsInOrder.itemName, Item.itemPrice, (ItemsInOrder.price-ItemsInOrder.DiscountGiven) AS PriceBeforeDiscount...