views:

36

answers:

1

In my Delete trigger I need to know the username of the person deleting the record.

Is there a SQL function or variable for that?

+3  A: 

suser_sname() should work.

Adam Robinson