Tuesday, May 24, 2011

SQL - Quick List of Tables

Another SQL reminder - for a quick list of tables...

select * from information_schema.tables where table_type='base table'

No comments: