|
|
Archives of the TeradataForum
Message Posted: Wed, 06 Nov 2002 @ 11:59:07 GMT
Subj: | | Re: How to display a record set using Stored procedure |
|
From: | | Dieter N�th |
| How can i display table content as a record set in Teradata? I am writing a stored procedure which contains bussiness logic and
basically i want to display the table content as a recordset which is generated inside a stored procedure.Your help in this regard will be
highly appreciated. | |
- create a global temporary table
- populate it within your SP
- CALLing your SP
- SELECT from that table
Look at the manufacturing.GetChildren SP from the demo version.
Dieter
| |