如何插入记录包含从MySQL数据库到H2数据库的Blob类型?

时间:2018-11-01 09:11:47

标签: mysql database h2

我在MySQL中有一个包含Blob类型的表。我想从MySQL迁移到h2数据库。我将数据导出为hex-blob

INSERT INTO `files` 
VALUES      ('4',
             0x504B0304140006000000000000000 ....,
             'InvoiceTemplate.doc',
             'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
             );

执行查询时显示错误:

  

具有奇数个字符的十六进制字符串:

H2 Error

0 个答案:

没有答案