zebe Posted January 18, 2006 Share Posted January 18, 2006 Hi,Is there a mysql query that allows you to collect all the table names within a given database? I just want to print out all the table names.Thanks for your help. Quote Link to comment Share on other sites More sharing options...
fenway Posted January 18, 2006 Share Posted January 18, 2006 [code]SHOW TABLES FROM yourDB[/code] Quote Link to comment Share on other sites More sharing options...
zebe Posted January 18, 2006 Author Share Posted January 18, 2006 Easier than expected! Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.