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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -