Třídová akce

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

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