Třídová akce

Kód:
4
Tělo:
SELECT
  A.Discount, A.Price_ID
FROM
  QuantityDiscounts2 A
WHERE
  A.Parent_ID = :Parent_ID AND A.Quantity <= :Quantity
ORDER BY
  A.Quantity DESC

Generated by ABRA Software a.s. 27.10.2021 16:34:10