Sql task params question #17152
Morefarther
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如果sql task的语句是类似于这样的
insert into ${mysql_catalog}.{mysql_database}.test select xxxx
应该是会失败的。带参数的sql task任务,目前好像是通过数据库的PreparedStatement传参进去,然后执行的。对于有这样需求的语句insert into ${mysql_catalog}.{mysql_database}.test select xxxx
是否能支持?Beta Was this translation helpful? Give feedback.
All reactions