• <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 中重命名表?

        时间:2023-06-24

        <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 中重命名表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:在 SQL Server 中的其他两列之间添加列 下一篇:我可以在 SQL Server 的添加列语句中创建命名默认约束吗?

                  相关文章

                  • <bdo id='UcZHv'></bdo><ul id='UcZHv'></ul>
                1. <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>

                  <tfoot id='UcZHv'></tfoot>
                2. <legend id='UcZHv'><style id='UcZHv'><dir id='UcZHv'><q id='UcZHv'></q></dir></style></legend>

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