Subject Trigger to store executed SQL statement
Author solo_cs2000
I want a trigger on all my tables to log to a log table, the executed
SQL and the current time.
Is it possible to get the raw SQL executed to fire the trigger from
inside the trigger?