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 报告。我知道如何将参数添加到 Oracle 报告,但我不知道如何将其绑定到驱动报告的 PL/SQL 查询中的变量。有任何想法吗?
如果您的参数名为 MY_PARAM1,那么您可以在报表 SQL 中引用它,如下所示:
select a, b, c from my_table where col1 = :my_param1