Application Express User's Guide > Using SQL Commands > Executing a SQL Command > Using Bind Variables
Bind variables are supported. You are prompted to enter values for bind variables during command execution. Bind variables are prefixed with a colon.
For example
SELECT * from emp where deptno = :dept
See Also: