On Thu, Jul 07, 2005 at 14:47:23 -0600,
Larry Meadors <larry(dot)meadors(at)gmail(dot)com> wrote:
> If you have a trigger on your table that inserts a record in a table
> and shares the same sequence, what value do you get back, the
> triggered curval, or the currently inserted one?
Whichever one was done second. I think it has to be the trigger, because
I think the inserted values will be evaluated first (even before aa
before trigger) since the triggers need to have access to them.