Description for Result Table

zakko

Member³
Is there an option to get the description info for a result table view? If you exectue a SLECET in a SQL window, you currently can call the descriptions of the involved source tables but not from the aggregated columns of the result table.

This would be quite convenient, if PLSQL Devoloper would be able to put these together.
 
A view has its own object and column descriptions. If, for example, you add a comment to a view column, that comment will be displayed in the result grid.
 
Maybe I wasn't precise (or I don't get your answer right).

I wasn't referring to a defined SQL view, but rather a view in terms of content of a PLSQL Developer window or frame, here: the result table that's shown after e.g. executing a command like "select table1.columnA, table2.columnB from table1, table2".

What I'd like to get is an aggregated descirption table of the result table containing information about (from the above example) table1.columnA and table2.columnB.
 
Back
Top