Re: Books for experienced DB developer
| От | Tino Wildenhain |
|---|---|
| Тема | Re: Books for experienced DB developer |
| Дата | |
| Msg-id | 1105096814.4978.65.camel@sabrina.peacock.de обсуждение исходный текст |
| Ответ на | Re: Books for experienced DB developer (Patrick FICHE <Patrick.FICHE@AQSACOM.COM>) |
| Ответы |
Re: Books for experienced DB developer
|
| Список | pgsql-general |
On Fri, 2005-01-07 at 12:17 +0100, Patrick FICHE wrote: > No, this is only one result-set. > MS SQL Server is able to return multiple result-set. > > For example, one SQL Server function can return the result of the following > queries : > SELECT * FROM Table1 > SELECT * FROM Table2 > SELECT * FROM Table3 > > with Table1, Table2 and Table3 having different structures... > > For example, you can navigate in the result-sets in ODBC using the > SQLMoreResults function... I wonder how this fits into the SQL standard by any way ;) Nevertheless you should be able to return 3 cursors you define in your stored function and use them afterwards. Regards Tino
В списке pgsql-general по дате отправления: