Hi I new to cursors
May I know why the below takes so long? BEGIN; select * from func1() ; fetch all from "<unnamed portal 1>"; end; Select * from func1() ; on its own is very fast
Hi I new to cursors
May I know why the below takes so long? BEGIN; select * from func1() ; fetch all from "<unnamed portal 1>"; end; Select * from func1() ; on its own is very fast