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.
我有一个 oracle 函数(SOS_NUMBER_TO_WORD_JR_F)。它有 INTEGER 参数,返回类型是 STRING。现在我想从 Ireport 变量或文本字段中调用此函数。我不知道该怎么做?任何人帮助我的问题?
您可以在查询中调用它吗?
SELECT SOS_NUMBER_TO_WORD_JR_F($P{the_integer_parameter}) AS RETURNS_A_WORD FROM MY_TABLE
如果这不起作用,请向我们提供有关您通常如何调用该函数的更多信息。