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

      <legend id='WL206'><style id='WL206'><dir id='WL206'><q id='WL206'></q></dir></style></legend>

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

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

      <tfoot id='WL206'></tfoot>

      1. 更改 MySQL 表以在列上添加注释

        时间:2023-06-25
            <bdo id='aQBVP'></bdo><ul id='aQBVP'></ul>

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

              • <legend id='aQBVP'><style id='aQBVP'><dir id='aQBVP'><q id='aQBVP'></q></dir></style></legend>

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

                  <tfoot id='aQBVP'></tfoot>
                  本文介绍了更改 MySQL 表以在列上添加注释的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我一直在检查 MySQL ALTER TABLE 文档 并且它似乎不包括向列添加或修改注释的方法.我该怎么做?

                  I have been checking the MySQL Documentation for ALTER TABLE and it does not seem to include a way to add or modify a comment to a column. How can I do this?

                  -- for table
                  ALTER TABLE myTable COMMENT 'Hello World'
                  
                  -- for columns
                  -- ???
                  

                  推荐答案

                  尝试:

                   ALTER TABLE `user` CHANGE `id` `id` INT( 11 ) COMMENT 'id of user'  
                  

                  这篇关于更改 MySQL 表以在列上添加注释的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:MySQL 无法删除外键约束中所需的索引 下一篇:如果找不到值,如何在 MySQL 中获取 SUM 函数以返回“0"?

                  相关文章

                  <tfoot id='0qlxr'></tfoot>
                    • <bdo id='0qlxr'></bdo><ul id='0qlxr'></ul>
                    <legend id='0qlxr'><style id='0qlxr'><dir id='0qlxr'><q id='0qlxr'></q></dir></style></legend>

                    <small id='0qlxr'></small><noframes id='0qlxr'>

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