79427305

Date: 2025-02-10 14:05:20
Score: 1
Natty:
Report link

I was stumbling about the same issue und found the solution here.

In my case I wanted to extract a substring from the BLOB and export it as CSV with MySQL Workbench.

This one did the trick for me.

SELECT CONVERT(SUBSTRING(addData,61 , 24) USING utf8) FROM jobs_dump.jobs where type = 98
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Christoph Rö