Hi Team

Sorry to ask SS7 questions but I'm sure heaps of you will know the answer.

In Stored procedures there is a way to to declare something resembling an internal tempory table. You can then fill it with the results of a query.

You can then run further queries in the same stored procedure from the internal temporary table that was previously created.

Can someone remind me how this is done.