How to get only tables, not views using SHOW TABLES?
Posted
by Lost_in_code
on Stack Overflow
See other posts from Stack Overflow
or by Lost_in_code
Published on 2010-05-25T21:31:24Z
Indexed on
2010/05/25
21:41 UTC
Read the original article
Hit count: 130
mysql
SHOW TABLES
gives you tables+views.
How do I retrieve only tables?
© Stack Overflow or respective owner