>  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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to