Variables and column names
If you use the same identifier for an SPL variable that you use for a column name, the database server assumes that each instance of the identifier is a variable. Qualify the column name with the table name, using dot notation, in order to use the identifier as a column name.
In the SELECT statement in the following figure, customer.lname is
a column name and lname is a variable name.