我在MySQL中有一个包含Blob类型的表。我想从MySQL迁移到h2数据库。我将数据导出为hex-blob
。
INSERT INTO `files`
VALUES ('4',
0x504B0304140006000000000000000 ....,
'InvoiceTemplate.doc',
'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
);
执行查询时显示错误:
具有奇数个字符的十六进制字符串: