mysql - Run SHOW TABLES with only part of table name -
i want select tables on database no tables. tables part of name "tt".
example: table list: (users
, tt_content
, contact
, tt_sub
)
i want select tt_content
, tt_sub
. how can this?
show tables 'tt%';
ought it.
Comments
Post a Comment