Subject | Re: [IBO] :PARAM inside function call not working! |
---|---|
Author | Robert Osowiecki |
Post date | 2005-06-09T10:30:43Z |
Helen Borrie wrote:
to do regexp matching, it returns 0 when first argument matches
expression in second argument.
R.
>Well, as far as I can tell, it is *not* possible to fool the engine thatYou mean this is a Firebird feature? That's not well :-/
>your parameter could be something it knows about.
>
>I'm curious about what you think would be returned by your statement,No, you're wrong :) The function is called for each row. I'ts purpose is
>actually. To me, it looks like a statement which (if passed a valid
>argument) will return either an empty set or all of the rows in the table,
>regardless of what your UDF actually does:
>
>
>
to do regexp matching, it returns 0 when first argument matches
expression in second argument.
R.