Ross wrote:
> Had a look at it and much easier to use LIKE with wildcards. Was unsure
> whether the query was case sensitive that is why I asked.
>
> As it turns out it is not.
LIKE is case insensitive as well. Try casting to binary, this should work.