Subject | Re: [firebird-support] is there an 'execute function' command? |
---|---|
Author | Martijn Tonies |
Post date | 2004-06-07T06:24:42Z |
Hi,
like this:
return_variable = myfunc(parameters);
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> I'm new to Firebird/IB... is there a way to execute a UDF without aInside a Stored Procedure, you can also call functions simply
> SELECT/FROM clause? Something like 'execute function', similar
> to 'execute procedure' except that it works with UDF's rather than
> stored procs?
like this:
return_variable = myfunc(parameters);
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com