Hello,
Wondering if you can use "&" as to provide dynamic query parameters in Session window so to make it work as linked query feature in PLSQL Developer. For example I can below query in SQL Window but could not make it work in Session window:
SELECT * FROM emp WHERE emp_no = '&emp_no'
What I am not sure is if there is alternate approach to make it work in Session window! I hope someone could help me on this.
Cheers,
Venky
Wondering if you can use "&" as to provide dynamic query parameters in Session window so to make it work as linked query feature in PLSQL Developer. For example I can below query in SQL Window but could not make it work in Session window:
SELECT * FROM emp WHERE emp_no = '&emp_no'
What I am not sure is if there is alternate approach to make it work in Session window! I hope someone could help me on this.
Cheers,
Venky