Archive for the ‘Database Structure’ Category

List Database Tables

Thursday, April 15th, 2010

A quick and easy way to list all tables in a database is:

SELECT * FROM information_schema.tables