need to select from row triggered table
i have a row level trigger on a table. the trigger calls a procedure. in the procedure, I'm trying to select info from that same table. If I use an AFTER INSERT, i get the mutating table error. If I use a BEFORE INSET, I get no data found because the row hasn't been committed yet. What is the work around here?