Třídová akce

Popis:
Kontroluje, jestli není osoba už připojena
Kód:
3
Tělo:
select 
  count(*) 
from 
  FirmPersons
where 
  Parent_ID = :Parent_ID
  and Person_ID = :Person_ID
  and ID <> :FirmPerson_ID

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