I need to know how to get a list of all the tables in a database. In Oracle
you could "select OWNER, TABLE_NAME from ALL_TABLES" to get a list of all
tables and their schemas. How does one do this in MySQL?

Thanks,
Bret


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to