Hi!
>> How could i stop Inserting record into table by some condition?
RH> RETURN null when using a before trigger. Or raise an exception to abortRH> the whole transaction.
Thanx ;)RETURN NULL works so as i need