Třídová akce

Kód:
5
Tělo:
select AssetInv_ID, Parent_ID from AssetInvListCards 
 where 
 ((AssetCard_Type = 1) and
 (AssetCard_ID = :AssetCard_ID) and
 (SmallSubCard_ID = :SmallSubCard_ID))
 union all
 select AssetInv_ID, Parent_ID from AssetInvListResults 
 where 
 ((AssetCard_Type = 1) and
 (AssetCard_ID = :AssetCard_ID) and
 (SmallSubCard_ID = :SmallSubCard_ID))
  

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