Possible Duplicate:
What does the colon sign “:” do in a SQL query?
Simple SQL question:
What does :
stand for?
For example:
SELECT * FROM myTable
WHERE Employee_column = :P_EmplId;
The :
isn't exactly easy to google when you don't know what this is called. Even searching here didn't help. I'm using Oracle 11g if that makes any difference.