Subject | Re: [firebird-support] Stripping certain characters from strings |
---|---|
Author | Daniel Albuschat |
Post date | 2005-03-07T14:16:58Z |
On Mon, 07 Mar 2005 12:43:13 +0100, Lucas Franzen <luc@...> wrote:
I've re-formulated the stored procedure to be a trigger (one for update,
one for insert) that fill a stripped version of the field and it seems to work
fine.
Thanks very much.
regards,
Daniel
P.S.: Is there a list with all shipped UDFs with a small description?
fbudf.sql has
the function declarations, but no description (unlike ib_udf.sql).
--
eat(this); // delicious suicide
> use an extra field to store nothing but the digits and search onb this one.Hi,
>
> I'm not sure which UDF funtion will do it, but you can also use a
> Storedproc to do so:
I've re-formulated the stored procedure to be a trigger (one for update,
one for insert) that fill a stripped version of the field and it seems to work
fine.
Thanks very much.
regards,
Daniel
P.S.: Is there a list with all shipped UDFs with a small description?
fbudf.sql has
the function declarations, but no description (unlike ib_udf.sql).
--
eat(this); // delicious suicide