Thanks a lot for this answer.
Am 07.05.2018 um 16:06 schrieb David G. Johnston
mailto:david.g.johns...@gmail.com>>:
On Mon, May 7, 2018 at 6:52 AM, Philipp Kraus
mailto:philipp.kr...@tu-clausthal.de>> wrote:
Hello,
I have got a complex query with a dynamic column result e.g.:
select builddat
On Mon, May 7, 2018 at 6:52 AM, Philipp Kraus wrote:
> Hello,
>
> I have got a complex query with a dynamic column result e.g.:
>
> select builddata('_foo‘);
> select * from _foo;
>
> The first is a plsql function which creates a temporary table, but the
> function returns void.
> The second call