MySQL Forums
Forum List  »  General

sql to retrieve column and table comment
Posted by: simon chau
Date: January 11, 2005 05:59AM

hi,

anyone know what is the sql i should be crafting in order to retrieve the table and column comment from mysql.

Comments are created via the create table syntax; eg below :

CREATE TABLE test
(RECORD_ID VARCHAR(100) COMMENT 'CLASSNAME',
MODIFIED_BY VARCHAR(500) COMMENT 'staff id',
PRIMARY KEY (RECORD_ID)
)
COMMENT 'TESTING TABLE'

newbie
Simon Chau

Options: ReplyQuote


Subject
Written By
Posted
sql to retrieve column and table comment
January 11, 2005 05:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.