In the select below, I would like to use the novonome
alias in the second column (instr).
select
substr(titulo, 1, 20) AS **novonome**,
instr(**novonome**, ' ')+1
from conteudo;
But I get the error:
ORA-00904: "newname": Invalid identifier