I'm new to Oracle.

For a pipelined function, the syntax is :  select * from table( sf() )
The other syntax ( 'select sf from dual' ) is for simple function ,
which returns single value.

What's "pipelined function"? "select * from table(sf())" seems to requires a table. Does an SF belong to a table?

Ah, I need to dig more to Oracle manuals, obviously. :)

-Bee-

has Bee.ography at:
http://beeography.wordpress.com

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to