adspace
can u call procedure or function is sq l query in reports
Answer Posted / swarna
We can call the Function in the sql query in reports but
not the Procedure.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement