I have the following view with columns:
TYPE VARCHAR2(10)
NUMER VARCHAR2(10)
and when I try to select the data, I get the ORA-00936: missing expression
error, because the compiler thinks that columns are actually the data types. So, how to select the data from that columns?