妙趣生花:

太麻烦了吧 就是目标表里面字段和数据类型是Date,来源表数据类型是Sring,把字符串转成日期类型就可以了。例如:

date(date_format(a.change_date,'%Y-%m-%d')) as change_date, -- 2023/11/17 10:02:36 - 插入 / 更新.0 - change_date String : couldn't convert string [2023-10-01] to a date using format [yyyy/MM/dd HH:mm:ss.SSS] on offset location 4