MySQL Forums
Forum List  »  Newbie

Re: Retrieving data from a Long Binary Data field
Posted by: Peter Kaye
Date: April 30, 2016 04:03AM

I found this post ( http://stackoverflow.com/questions/8627621/how-do-i-convert-blob-into-varchar-in-mysql ) which suggests

CAST(myblobfield AS CHAR(10000) CHARACTER SET utf8).

This works fine.

Options: ReplyQuote


Subject
Written By
Posted
Re: Retrieving data from a Long Binary Data field
April 30, 2016 04:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.