I have a column in MySQL which has the datatype BLOB. I am using Crystal Reports for some reports.
My problem is BLOB column will show blank data if it contains data oth
try this,
SELECT CAST(key_initiatives AS CHAR(1000) CHARACTER SET utf8 ) AS key_init FROM OBJSETTING_FOCUS_ON_CUSTOMER