Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Informatica ETL 中调用 DB2 函数?
以前只在 ETL 中使用过视图,不知道如何为函数执行此操作,有人知道吗?
@MarekGrzenkowicz 是正确的,它与 envoke 存储过程相同。
我在通过 ssh2_exec 通过 php 传递以下命令时遇到问题,命令是
./prog cat <<EOF a a a b b c d d EOF
问题是第一行'cat <<EOF',php 将“EOF”作为一个特殊的词,我希望
'cat <<EOF'