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

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

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

      <tfoot id='Lt0us'></tfoot>
        <bdo id='Lt0us'></bdo><ul id='Lt0us'></ul>

        如何在 SQL Server 中重命名表?

        How to rename a table in SQL Server?(如何在 SQL Server 中重命名表?)

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

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

                  <legend id='lwOIH'><style id='lwOIH'><dir id='lwOIH'><q id='lwOIH'></q></dir></style></legend>
                  本文介绍了如何在 SQL Server 中重命名表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我使用的 SQL 查询是:

                  ALTER TABLE oldtable RENAME TO newtable;
                  

                  但是,它给了我一个错误.

                  But, it gives me an error.

                  服务器:消息 156,级别 15,状态 1,第 1 行
                  关键字TO"附近的语法不正确.

                  Server: Msg 156, Level 15, State 1, Line 1
                  Incorrect syntax near the keyword 'TO'.

                  推荐答案

                  要在 SQL Server 中重命名表,请使用 sp_rename 命令:

                  To rename a table in SQL Server, use the sp_rename command:

                  exec sp_rename 'schema.old_table_name', 'new_table_name'
                  

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

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

                  相关文档推荐

                  Alter MySQL table to add comments on columns(更改 MySQL 表以在列上添加注释)
                  SQL Server add auto increment primary key to existing table(SQL Server 向现有表添加自动增量主键)
                  Altering a column: null to not null(改变列:null 到 not null)
                  How do I rename a column in a SQLite database table?(如何重命名 SQLite 数据库表中的列?)
                  Adding an identity to an existing column(向现有列添加标识)
                  How to write UPDATE SQL with Table alias in SQL Server 2008?(如何在 SQL Server 2008 中使用表别名编写 UPDATE SQL?)
                    • <bdo id='UcZHv'></bdo><ul id='UcZHv'></ul>
                      • <i id='UcZHv'><tr id='UcZHv'><dt id='UcZHv'><q id='UcZHv'><span id='UcZHv'><b id='UcZHv'><form id='UcZHv'><ins id='UcZHv'></ins><ul id='UcZHv'></ul><sub id='UcZHv'></sub></form><legend id='UcZHv'></legend><bdo id='UcZHv'><pre id='UcZHv'><center id='UcZHv'></center></pre></bdo></b><th id='UcZHv'></th></span></q></dt></tr></i><div id='UcZHv'><tfoot id='UcZHv'></tfoot><dl id='UcZHv'><fieldset id='UcZHv'></fieldset></dl></div>
                          <tbody id='UcZHv'></tbody>

                        <tfoot id='UcZHv'></tfoot>

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

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