Subject | Re: [firebird-support] function AT() on Firebird SQL language |
---|---|
Author | Yohanes Ongky Setiadji |
Post date | 2008-01-31T04:20:10Z |
Dear Helen,
Thank for enlightening me. I greatly appreciate for
your prompt feedback.
I have tried your suggestion an it works.
Regards,
Ongky.
--- Helen Borrie <helebor@...> wrote:
Thank for enlightening me. I greatly appreciate for
your prompt feedback.
I have tried your suggestion an it works.
Regards,
Ongky.
--- Helen Borrie <helebor@...> wrote:
> At 01:31 PM 31/01/2008, you wrote:Send instant messages to your online friends http://uk.messenger.yahoo.com
> >Dear All,
> >
> >I need a function to check a string whether it
> exist
> >or not in another string variable. Usualy in
> another
> >programming language this function called AT().
>
> Why not just use the standard SQL predicate CONTAINS
> [or CONTAINING] ?
>
> > because I need it to validate a routine in insert
> and update trigger.
>
> if (new.quotation CONTAINS ('SOMETHING
> UNDESIRABLE')) then
> ...
>
> >Any comment is greatly appreciated.
>
> The search argument is case-insensitive.
>
> ./heLen
>
>