Does anyone know how, in Oracle, those aliases are stored, and how PL/SQL developer knows when to use them?
I have two views; one with column aliases before the SELECT clause, and one with them within the SELECT clause (my preferred syntax).
Anything in the SELECT clause is stored in the TEXT...