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

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -