In the Toad for Oracle 9.7.2.5, when the columns option was unchecked, only the columns at the top of the script are omitted and the "COMMENT ON COLUMN" statement stays in the script.
In Toad for Oracle 10.6.1, for any View in the Schema Browser, I go to the script tab and select the 'view\edit script options' button and uncheck the "Columns" box in the view tab; the columns referenced in the view no longer appear in the script as expected, but I noticed that the "COMMENT ON COLUMN" statement at the bottom of the script is gone as well.
Why does the "COMMENT ON COLUMN" statement go away now?