MySQL Forums
Forum List  »  Newbie

Re: how 2 get all table name?
Posted by: David Pinard
Date: August 12, 2004 09:57AM

You can use the SHOW TABLES command which is documented here. http://dev.mysql.com/doc/mysql/en/SHOW_TABLES.html Similarly you can use a SHOW DATABASES command to get a list of DB's. It is documented here... http://dev.mysql.com/doc/mysql/en/Show_database_info.html

Hope this helps. -Dave

Options: ReplyQuote


Subject
Written By
Posted
Re: how 2 get all table name?
August 12, 2004 09:57AM


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.