• <small id='kYO2R'></small><noframes id='kYO2R'>

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

        <bdo id='kYO2R'></bdo><ul id='kYO2R'></ul>

    2. <tfoot id='kYO2R'></tfoot>

        <legend id='kYO2R'><style id='kYO2R'><dir id='kYO2R'><q id='kYO2R'></q></dir></style></legend>
      1. 如何在 MySQL 数据库中显示表的架构?

        How do I show the schema of a table in a MySQL database?(如何在 MySQL 数据库中显示表的架构?)
      2. <i id='dBbif'><tr id='dBbif'><dt id='dBbif'><q id='dBbif'><span id='dBbif'><b id='dBbif'><form id='dBbif'><ins id='dBbif'></ins><ul id='dBbif'></ul><sub id='dBbif'></sub></form><legend id='dBbif'></legend><bdo id='dBbif'><pre id='dBbif'><center id='dBbif'></center></pre></bdo></b><th id='dBbif'></th></span></q></dt></tr></i><div id='dBbif'><tfoot id='dBbif'></tfoot><dl id='dBbif'><fieldset id='dBbif'></fieldset></dl></div>

            • <tfoot id='dBbif'></tfoot>
                <bdo id='dBbif'></bdo><ul id='dBbif'></ul>
                <legend id='dBbif'><style id='dBbif'><dir id='dBbif'><q id='dBbif'></q></dir></style></legend>
                  <tbody id='dBbif'></tbody>

              • <small id='dBbif'></small><noframes id='dBbif'>

                  本文介绍了如何在 MySQL 数据库中显示表的架构?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  从 MySQL 控制台,什么命令可以显示任何给定表的架构?

                  From the MySQL console, what command displays the schema of any given table?

                  推荐答案

                  对于格式化输出:

                  describe [db_name.]table_name;
                  

                  对于可用于创建表的 SQL 语句:

                  For an SQL statement that can be used to create a table:

                  show create table [db_name.]table_name;
                  

                  这篇关于如何在 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 添加复合主键)
                  <i id='5KcBz'><tr id='5KcBz'><dt id='5KcBz'><q id='5KcBz'><span id='5KcBz'><b id='5KcBz'><form id='5KcBz'><ins id='5KcBz'></ins><ul id='5KcBz'></ul><sub id='5KcBz'></sub></form><legend id='5KcBz'></legend><bdo id='5KcBz'><pre id='5KcBz'><center id='5KcBz'></center></pre></bdo></b><th id='5KcBz'></th></span></q></dt></tr></i><div id='5KcBz'><tfoot id='5KcBz'></tfoot><dl id='5KcBz'><fieldset id='5KcBz'></fieldset></dl></div>
                1. <small id='5KcBz'></small><noframes id='5KcBz'>

                  <tfoot id='5KcBz'></tfoot>

                            <tbody id='5KcBz'></tbody>
                          <legend id='5KcBz'><style id='5KcBz'><dir id='5KcBz'><q id='5KcBz'></q></dir></style></legend>

                          • <bdo id='5KcBz'></bdo><ul id='5KcBz'></ul>