Home > Using SQL Commands > Using the Command Editor > Using Bind Variables
Previous |
Next |
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
Run the following SQL command to check your Workspace ID:
SELECT v('WORKSPACE_ID') FROM dual