[fpc-pascal] fcl-db: oracle SP

Inoussa OUEDRAOGO inoussa12 at gmail.com
Mon Apr 7 16:44:35 CEST 2008


>  BTW... 'select sf from dual' despite the syntax very common is still not
> working, raising an unhandled AV. I think it's more than just syntax or
> parsing problem. :(

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.

-- 
Inoussa O.



More information about the fpc-pascal mailing list