How to convert from varbinary to char/varchar in mysql

Posted by Saeros on Stack Overflow See other posts from Stack Overflow or by Saeros
Published on 2009-12-09T10:50:25Z Indexed on 2010/03/08 8:51 UTC
Read the original article Hit count: 331

Filed under:
|

Hi I have a field which is varbinary. It has already been populated. Now how do i convert varbinary to varchar so that I can use the data in the field for some other purpose. I use a MySQL version 5.10

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql