php - get all tables names that start with a string -


i've lot of tables in database , wanted know if there way can tables names start string.

for example, have string: my_table , of tables names starts it. expected result my_table_* it's pretty starts it.

is possible?

thanks in advance!

simple command:

show tables 'my_table*'

thanks


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -