Hi all,
I have two procedures updating,creating and deleting records from a specific temp-table.
The second procedure (here a simple example called p2.p) is invoked inside of a for each of that TT, and, in some cases a record is inserted.
With the by option, the for each doesn't read the...