OpenEdge SQL: 'variable' feature similar to Oracle PL/SQL "RETURNING INTO"?

durkadurka

New Member
I'll ask here since I didn't get a response on Progress's official Jive forum or SO:

Is there any way to store a session variable in OpenEdge SQL similar to how Oracle's RETURNING INTO clause works? I need a column value set by a trigger to be available after running an INSERT without having to do another SELECT.

I'm using 10.2B. I've looked at the SQL Reference and SQL Development handbooks but didn't see anything like this.
 
Top