OyvindLE
11/26/2013 - 8:18 AM

SQL: List all tables

SQL: List all tables

SELECT TABLE_NAME FROM information_schema.tables
WHERE TABLE_TYPE = 'BASE TABLE'