Advertisement
manski

Query all tables in MySQL

Jul 24th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.08 KB | None | 0 0
  1. SELECT *
  2. FROM   information_schema.tables
  3. WHERE  table_type = 'BASE TABLE'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement