Hi...
People, i wanna know how can i know inside of a function whar the trigger called, i mean which instruction SQL it called.
I do not wanna know if itīs a insert, update or delete (tp_op), i need to know the complete instruction.
For example, i need to know something like this:
update phones set number = '9999-2222';
Do you know if maybe exists a tg_stantement?
Thanks very much... see ya
-- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.7.4 - Release Date: 25/1/2005
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match