<tfoot id='34VJt'></tfoot>

    <legend id='34VJt'><style id='34VJt'><dir id='34VJt'><q id='34VJt'></q></dir></style></legend>

      <bdo id='34VJt'></bdo><ul id='34VJt'></ul>
  1. <small id='34VJt'></small><noframes id='34VJt'>

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

      将自动递增 ID 添加到现有表?

      Add Auto-Increment ID to existing table?(将自动递增 ID 添加到现有表?)

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

            <bdo id='eQMEX'></bdo><ul id='eQMEX'></ul>
              <tbody id='eQMEX'></tbody>
            <tfoot id='eQMEX'></tfoot>

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

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

                本文介绍了将自动递增 ID 添加到现有表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                我有一个预先存在的表,包含fname"、lname"、email"、password"和ip".但现在我想要一个自动增量列.但是,当我输入:

                I have a pre-existing table, containing 'fname', 'lname', 'email', 'password' and 'ip'. But now I want an auto-increment column. However, when I enter:

                ALTER TABLE users
                ADD id int NOT NULL AUTO_INCREMENT
                

                我得到以下信息:

                #1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
                

                有什么建议吗?:)

                推荐答案

                试试这个

                ALTER TABLE `users` ADD `id` INT NOT NULL AUTO_INCREMENT;
                

                对于现有的主键

                这篇关于将自动递增 ID 添加到现有表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                相关文档推荐

                Can#39;t Create Entity Data Model - using MySql and EF6(无法创建实体数据模型 - 使用 MySql 和 EF6)
                MySQL select with CONCAT condition(MySQL选择与CONCAT条件)
                Capitalize first letter of each word, in existing table(将现有表格中每个单词的首字母大写)
                How to retrieve SQL result column value using column name in Python?(如何在 Python 中使用列名检索 SQL 结果列值?)
                Update row with data from another row in the same table(使用同一表中另一行的数据更新行)
                Exporting results of a Mysql query to excel?(将 Mysql 查询的结果导出到 excel?)
                <legend id='VqIMZ'><style id='VqIMZ'><dir id='VqIMZ'><q id='VqIMZ'></q></dir></style></legend>

                <tfoot id='VqIMZ'></tfoot>

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

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