1 Vote Vote

Listing MySQL tables and fields together

Posted by topdog 243 days ago Questions| tables mysql fields All

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

Discuss Bury


Who Voted for this Question