Třídová akce

Kód:
8
Tělo:
SELECT
  A.ID
FROM
  StoreSubBatches A, StoreBatches B
WHERE
  A.StoreBatch_ID = B.ID
  and (B.Name = :Name)
  and (B.Hidden = 'N')
  and (B.StoreCard_ID = :StoreCard_ID)

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