Monday, March 12, 2012

query to get list of tables from database

Can some one please tell me whats a best way ot get a list of all the tables that are present in a particular database.
Thanksselect table_name from information_schema.tables where TABLE_TYPE = 'BASE TABLE'

No comments:

Post a Comment