Re: PostgreSQL equivalent to Oracles ANYDATASET

2020-11-14 Thread Dirk Mika
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

Re: PostgreSQL equivalent to Oracles ANYDATASET

2020-11-13 Thread Christoph Moench-Tegeder
## 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