Cast Functions Operators MySQL Tutorial

mysql>
mysql> SELECT 'A' LIKE CONVERT(blob_col USING latin1) FROM tbl_name;
mysql>