SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT `id`,`name`, TO_BASE64(content) FROM `db`.`upload`
this will convert the blob value from content column to base64 string. Then you can do with this string whatever you want even insert it into another table