Re: void function and view select

2018-05-07 Thread Philipp Kraus
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

Re: void function and view select

2018-05-07 Thread David G. Johnston
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