Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to use a simple SQL to test the usage of bind variables.
select empl_name from empl_tbl where emp_id = :ABC;
I get an error:
Bind variable "ABC" not declared.
Can someone help. I am not a DBA, just a programmer new to SQL Plus and Oracle. Thanks.
-Ken
select empl_name from empl_tbl where emp_id = :ABC;
I get an error:
Bind variable "ABC" not declared.
Can someone help. I am not a DBA, just a programmer new to SQL Plus and Oracle. Thanks.
-Ken