MySQL Forums
Forum List  »  General

How top retrieve COMMENT out of MySQL?
Posted by: Emanuele Dolis
Date: March 17, 2005 04:20AM

I know that i could use SHOW FULL COLUMNS FROM tb_drvset;
the fact is that I'd like to create a table out of it in order to do something like
SELECT Field, Type, Comment FROM sometable;.
I haven't got a clue of where mysql stores table information...

The option i've now is teeing the console into a file x, issuing the show full comuns, open file x, clean the file , importing back to MySQL into a newly defined table.

Pretty clumsy :(

Anyone gots good suggestion?

Thanks
emanuele

Options: ReplyQuote


Subject
Written By
Posted
How top retrieve COMMENT out of MySQL?
March 17, 2005 04:20AM


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.