【发布时间】:2019-03-22 08:56:06
【问题描述】:
我在 Talend 中使用组件 tDBRow,我在其中执行一个简单的查询,如下所示:
"
insert into test.wk_sf_l_srv_cshistory_to_load select
ID,
CREATEDDATE
from test.CASE_HISTORY_FULL
where createddate >= " +context.builtIn_lastRunDate + " "
但是当我启动我的工作时,错误ora-00933 sql command not properly ended 会弹出。这是上下文变量使用问题吗?我已经搜索并看到我可以这样写,但它不起作用。
编辑我在 SQL Developer 中尝试了相同的查询,使用随机日期,并且没有给出错误。
【问题讨论】: