BEGIN select ID from SourceGroups where ID = :IN_ID into mID; if (mID is Null) then insert into SourceGroups (ID) VALUES (:IN_ID); END;
Generated by ABRA Software a.s. 27.10.2021 16:34:18