I know you can print all the tables in MySQL database using show tables; and all the fields in a table using describe table; but is there a way of putting this together?
Thanks!
Originally asked by: James on Stack Overflow
I know you can print all the tables in MySQL database using show tables; and all the fields in a table using describe table; but is there a way of putting this together?
Thanks!
Originally asked by: James on Stack Overflow
Answers