sunsolaris
Member
Hi,
I wonder if it is possible to use AutoReplace feature with items including more than one line?
for example,
whichdept = select *
from scott.emp
where deptno = &p_deptno;
Thanks.
I wonder if it is possible to use AutoReplace feature with items including more than one line?
for example,
whichdept = select *
from scott.emp
where deptno = &p_deptno;
Thanks.