Answers for "mysql search table in all databases"

SQL
0

mysql search table in all databases

SELECT * FROM information_schema.tables WHERE table_name like "%YourTable%";
Posted by: Guest on April-25-2022

Code answers related to "mysql search table in all databases"

Code answers related to "SQL"

Browse Popular Code Answers by Language