hi~~~
i excute that below statement in SQL window.
select * from dual where 1 = :var
;
pl/sql developer announce "ORA-01008 not all variables bound"
i want use
colon) operator and avoid &(amp) operator
please explain the solution.
env is
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
wxp sp3
PL/SQLDeveloper 7.1.0.1337
i excute that below statement in SQL window.
select * from dual where 1 = :var
;
pl/sql developer announce "ORA-01008 not all variables bound"
i want use

please explain the solution.
env is
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
wxp sp3
PL/SQLDeveloper 7.1.0.1337
Last edited: