Subject Re: [firebird-support] Searching BLOB fields for text
Author Ivan Prenosil
> Could not find any way to actually search for BLOB text;
>
> ie.
>
> SELECT *
> FROM BLOBTABLE
> WHERE( UPPER(BLOBFIELD) LIKE '%AND%' )

WHERE BLOBFIELD CONTAINING 'AND'