<tfoot id='NMPKh'></tfoot><legend id='NMPKh'><style id='NMPKh'><dir id='NMPKh'><q id='NMPKh'></q></dir></style></legend>

  1. <small id='NMPKh'></small><noframes id='NMPKh'>

    1. <i id='NMPKh'><tr id='NMPKh'><dt id='NMPKh'><q id='NMPKh'><span id='NMPKh'><b id='NMPKh'><form id='NMPKh'><ins id='NMPKh'></ins><ul id='NMPKh'></ul><sub id='NMPKh'></sub></form><legend id='NMPKh'></legend><bdo id='NMPKh'><pre id='NMPKh'><center id='NMPKh'></center></pre></bdo></b><th id='NMPKh'></th></span></q></dt></tr></i><div id='NMPKh'><tfoot id='NMPKh'></tfoot><dl id='NMPKh'><fieldset id='NMPKh'></fieldset></dl></div>
      • <bdo id='NMPKh'></bdo><ul id='NMPKh'></ul>
    2. 如何获取 MySQL 中所有表的所有列的名称?

      How to get all columns#39; names for all the tables in MySQL?(如何获取 MySQL 中所有表的所有列的名称?)

      <small id='3Ziu1'></small><noframes id='3Ziu1'>

          <bdo id='3Ziu1'></bdo><ul id='3Ziu1'></ul>
          <tfoot id='3Ziu1'></tfoot>
          1. <i id='3Ziu1'><tr id='3Ziu1'><dt id='3Ziu1'><q id='3Ziu1'><span id='3Ziu1'><b id='3Ziu1'><form id='3Ziu1'><ins id='3Ziu1'></ins><ul id='3Ziu1'></ul><sub id='3Ziu1'></sub></form><legend id='3Ziu1'></legend><bdo id='3Ziu1'><pre id='3Ziu1'><center id='3Ziu1'></center></pre></bdo></b><th id='3Ziu1'></th></span></q></dt></tr></i><div id='3Ziu1'><tfoot id='3Ziu1'></tfoot><dl id='3Ziu1'><fieldset id='3Ziu1'></fieldset></dl></div>
              <legend id='3Ziu1'><style id='3Ziu1'><dir id='3Ziu1'><q id='3Ziu1'></q></dir></style></legend>

                  <tbody id='3Ziu1'></tbody>
                本文介绍了如何获取 MySQL 中所有表的所有列的名称?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                是否有一种快速的方法可以从 MySQL 中的所有表中获取所有列名,而不必列出所有表?

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

                推荐答案

                select * from information_schema.columns
                where table_schema = 'your_db'
                order by table_name,ordinal_position
                

                这篇关于如何获取 MySQL 中所有表的所有列的名称?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Bogus foreign key constraint fail(虚假外键约束失败)
                how to get last insert id after insert query in codeigniter active record(如何在codeigniter活动记录中插入查询后获取最后一个插入ID)
                Force InnoDB to recheck foreign keys on a table/tables?(强制 InnoDB 重新检查表/表上的外键?)
                How to auto generate migrations with Sequelize CLI from Sequelize models?(如何使用 Sequelize CLI 从 Sequelize 模型自动生成迁移?)
                Clear MySQL query cache without restarting server(无需重启服务器即可清除 MySQL 查询缓存)
                ALTER TABLE to add a composite primary key(ALTER TABLE 添加复合主键)

                          <bdo id='Izl9c'></bdo><ul id='Izl9c'></ul>
                            <tbody id='Izl9c'></tbody>
                          <legend id='Izl9c'><style id='Izl9c'><dir id='Izl9c'><q id='Izl9c'></q></dir></style></legend>
                        • <i id='Izl9c'><tr id='Izl9c'><dt id='Izl9c'><q id='Izl9c'><span id='Izl9c'><b id='Izl9c'><form id='Izl9c'><ins id='Izl9c'></ins><ul id='Izl9c'></ul><sub id='Izl9c'></sub></form><legend id='Izl9c'></legend><bdo id='Izl9c'><pre id='Izl9c'><center id='Izl9c'></center></pre></bdo></b><th id='Izl9c'></th></span></q></dt></tr></i><div id='Izl9c'><tfoot id='Izl9c'></tfoot><dl id='Izl9c'><fieldset id='Izl9c'></fieldset></dl></div>

                          <small id='Izl9c'></small><noframes id='Izl9c'>

                          <tfoot id='Izl9c'></tfoot>