Is there a fast way of getting all column names from all tables in MySQL, without having to list all the tables?
MySQL
it is better that you use the following query to get all column names easily
Show columns from tablename