I want to select a blob col from one table, base64 encode it and insert it into another tables. Is there any way to do this without round tripping the data out of the DB and
Looks like no, though it was requested, and there’s a UDF for it.
Edit: Or there’s… this. Ugh.