I created a after Update trigger, ,,It is Ok,,but I want data which One Is Updated before Update data
ex;
emp Table
Rafeeq
Dasan
VASU
I updated emp table using Update Query ...
Update Name=Ramu where Name=Dasan
Here I want Dasan after Update Emp table
It is Possible?