neral@lists.postgresql.org"
Betreff: Re: PostgreSQL equivalent to Oracles ANYDATASET
## Dirk Mika (dirk.m...@mikatiming.de<mailto:dirk.m...@mikatiming.de>):
SELECT * FROM TABLE(series_pkg.get_results(1));
The purpose of this function is to provide a DATASET, which has
different colum
## Dirk Mika (dirk.m...@mikatiming.de):
> SELECT * FROM TABLE(series_pkg.get_results(1));
>
> The purpose of this function is to provide a DATASET, which has
> different columns in the result depending on the passed parameter.
>
> Is there any way to achieve something similar in PostreSQL?
test