Třídová akce

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

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