Subject | Re: [firebird-support] Re: Strange behavior (bug?) with udf |
---|---|
Author | Philippe Makowski |
Post date | 2010-03-08T17:22:28Z |
2010/3/8 svanderclock <svanderclock@...>
avoid UDF when you can use build in function
in that case use SUBSTRING
cf http://www.firebirdsql.org/refdocs/langrefupd21-intfunc-substring.html
>This is still an UDF, not a build in function ;)
>
>
> I just discover something interesting :
>
> you can also use the build in function substr instead of aludf_copy it's the same result..
>
> if the declaration is
>
> DECLARE EXTERNAL FUNCTION substr
avoid UDF when you can use build in function
in that case use SUBSTRING
cf http://www.firebirdsql.org/refdocs/langrefupd21-intfunc-substring.html