How to get all columns' names for all the tables in MySQL?

前端 未结 10 2315
你的背包
你的背包 2020-11-28 01:13

Is there a fast way of getting all column names from all tables in MySQL, without having to list all the tables?

10条回答
  •  离开以前
    2020-11-28 01:56

    it is better that you use the following query to get all column names easily

    Show columns from tablename

提交回复
热议问题