How to show comments of a column with desc operation
问题 I want the desc table; operation to show the comments of the columns. I have seen that some people achieved this, however I could not find out how. Maybe it depends on the SQL Developer version, mine is 2.1.0.63. Database is Oracle 11g. This is what I get when doing desc table; : Desc table; Name Nullable Type ------------------- -------- ----- ID NOT NULL NUMBER(38) ITEM_ID NUMBER(38) And I would like to get something like this: Desc table; Name Nullable Type Comment ------------------- ----