在使用kettle转换mysql的tinyint字段类型时,会将tinyint类型当成Boolean类型来处理,如图所示: 解决方法:通过拼接字符串,如select type+'' as type . 相关文章: