Subject Re: [firebird-support] Why this query doesn't work?
Author Bogusław Brandys
fabiano_bonin wrote:
> FB 1.5.2
>
> select
> *
> from
> table1
> where
> udf_digits(table1.code) like udf_digits(:code)

Probably you should make stored procedure for such parameter.I doubt if
parameters are supported this way.

Regards
Boguslaw Brandys