Subject Re: [firebird-support] Substring in SQL
Author Magnus Titho
williamvdw2004 schrieb am 01.02.2005 09:38:
>
> Hi
>
> I would like to extract records that contain certain words in varchar
> fields e.g. I would like to filter messages that contain "bad" words.

select <whatever> from <table>
where <field> containing <searchphrase>

> William



Magnus