A quick question with PL SQL, it seems that the table column was called the NUMBER data type, so an attempt to execute the query is not performed because the column is recognized as a data type instead of the column name. Does anyone know how to get around this without changing the circuit?
EDIT:
Thanks to everyone for the help, yes, the problem was that it had to be in quotation marks and was case sensitive.
source
share