Hello,
There is an existing function which takes an integer and returns a
record. I need to call this function with every integer in a table. Is
there a simple shortcut for doing this?
I'm looking for something like:
select f.*
from function(t.value) f, table t
Thanks,
Adam