On Sun, Oct 3, 2010 at 6:47 PM, Andreas <maps.on@gmx.net> wrote:
> How can a script use what RETURNING dumps out?
> I tried a bit but got nowhere.
The same way it would use the output of a select, it's a record set.
So it's x rows by y columns.
--
To understand recursion, one must first understand recursion.