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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -