Hi
---------------------------------
I have a table AAAA. On this table I have a befor update
trigger (AAAA_BU_STATUS) . In this trigger I have a
command with below syntax on updating (status)

select distict 'X'
from AAAA
wher year=:new.year and status=1;

---------------------------------
When I updateing status in FORM (On AAAA table) , I
get a mutating error.
I want check a request on AAAA brfor updateing AAAA.


Please help my