Previous
Previous
 
Next
Next

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

Run the following SQL command to check your Workspace ID:

SELECT v('WORKSPACE_ID') FROM dual