Please help me I am stuck.
I have got a table with information about workers. And I can not delete anyone from this table because it's records could be referenced from other tables.
So I that I want is to execute a BeforeInsert tirigger, check if user already exisits, and as a result execute INSERT command or don't execute it
I have got a table with information about workers. And I can not delete anyone from this table because it's records could be referenced from other tables.
So I that I want is to execute a BeforeInsert tirigger, check if user already exisits, and as a result execute INSERT command or don't execute it