(仅供参考)
问题描述:
数据源导入excel表格报错:数据库异常Row size too large。The maximum rowsize for the used table type, not counting BLOBs, is 65535
问题原因:
是因为行大小太大,不能超过65535,其实就是字符串的最大长度,但是不能设置为最大
数据源导入excel表格报错:数据库异常Row size too large。The maximum rowsize for the used table type, not counting BLOBs, is 65535
是因为行大小太大,不能超过65535,其实就是字符串的最大长度,但是不能设置为最大