Subject Re: [firebird-support] Searching on BLOB data - case sensitive
Author Ann W. Harrison
Kevin Day Programming wrote:
>
>
> A sure fire way is
> select description
> from items
> where upper(description) containing 'COMPUTER'


Upper may work with blobs, but is completely unnecessary in this query
because containing is not case sensitive.


Regards,


Ann