How can I generate SQL inserts with hex (blob) content for e.g. a Flyway migration script.
I can open the binary content in an editor, e.g. UltraEdit using Hex mode. However, cannot find a way to copy and paste this content to my SQL editor, e.g. MySQL Workbench. I can copy a few bytes, but the files I need are around 60k to 100k.
Suggestions please anyone?