parameter in subquery
802304Feb 22 2012 — edited Mar 7 2012Hi,
I am new to discoverer and have a doubt.I have a query within it is subquery. I want to use parameter in subquery.
Can anybody please help what is the procedure to add 'prod' parameter in desktop.
select * from promotion
where id in(select id from source where prod=:prod);