Třídová akce

Kód:
15
Tělo:
select
  sc.store_id
from
  posshops3 PS3
  join storesubcards sc on sc.store_id=ps3.store_id
where
  ps3.parent_id = :POSShop_ID and
  sc.storecard_id = :StoreCard_ID and
  sc.quantity<>0
order by
  ps3.posindex

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