Tuesday, July 14, 2009

Get all column comments of a table


SELECT *
FROM ALL_COL_COMMENTS
WHERE TABLE_NAME = 'YourTableName'

No comments:

Post a Comment