I have 2-3 different column names that I want to look up in the entire DB and list out all tables which have those columns. Any easy script?
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
If you want "To get all tables only", Then use this query:
If you want "To get all tables with Columns", Then use this query: