
我在数据转换后的执行sql脚本里面 把提取过的数据给标记,这种写法报错了,错误日志如下:
2017/11/24 08:54:11 - 执行SQL脚本.0 - ERROR (version 6.1.0.6-237, build 1 from 2016-10-20 00.34.43 by Administrator) : Unexpected error
2017/11/24 08:54:11 - 执行SQL脚本.0 - ERROR (version 6.1.0.6-237, build 1 from 2016-10-20 00.34.43 by Administrator) : org.pentaho.di.core.exception.KettleStepException:
2017/11/24 08:54:11 - 执行SQL脚本.0 - 运行该步骤时发生错误!
2017/11/24 08:54:11 - 执行SQL脚本.0 -
2017/11/24 08:54:11 - 执行SQL脚本.0 - Couldn't execute SQL: update SW_ZMXX t set t.ISEXCHANGE=1 where t.uscc=91610825MA7030006Q
2017/11/24 08:54:11 - 执行SQL脚本.0 -
2017/11/24 08:54:11 - 执行SQL脚本.0 - ORA-00933: SQL 命令未正确结束
为什么会这样