2012-04-12 34 views

回答

2

如果你的參數被命名爲MY_PARAM1那麼你可以參考它在報告中這樣的SQL:

select a, b, c 
from my_table 
where col1 = :my_param1