Objektová akce

Kód:
13
Tělo:
select
  A.PurchasePrice as PurPrice,
  A.PurchaseCurrency_ID as PurCurrency_ID,
  A.PurchaseCurrRate as PurCurrRate,
  A.PurchaseRefCurrRate as PurRefCurrRate,
  A.LocalPurchaseCoef as LocalPurCoef,
  A.PurchaseCoef as PurCoef,
  A.PurchaseDate$DATE as PurDate,
  A.AdditionalPurchasePrice as AdditionalPurPrice
from
  StoreSubCards A
where
  A.StoreCard_ID = :OBJID and
  A.Store_ID = :AStoreID
order by
  A.PurchaseDate$DATE desc

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