I have a longblob column, which stores text data for some records and binary data for other ones. My database is set as case insensitive. Is there a way to write such a select
select * from myTable where blobCol like '%example%'
in way, where the result contains "EXAMPLE" as well as "example" text?