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

    1. <small id='MnhMq'></small><noframes id='MnhMq'>

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

        如何更改 SQL Server 中列的数据类型?

        How do you change the datatype of a column in SQL Server?(如何更改 SQL Server 中列的数据类型?)

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

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

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

                    <tbody id='i2vXh'></tbody>

                  本文介绍了如何更改 SQL Server 中列的数据类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试将一列从 varchar(50) 更改为 nvarchar(200).更改此表的 SQL 命令是什么?

                  I am trying to change a column from a varchar(50) to a nvarchar(200). What is the SQL command to alter this table?

                  推荐答案

                  ALTER TABLE TableName 
                  ALTER COLUMN ColumnName NVARCHAR(200) [NULL | NOT NULL]
                  

                  编辑如前所述,应该指定 NULL/NOT NULL,参见 Rob 的回答.

                  EDIT As noted NULL/NOT NULL should have been specified, see Rob's answer as well.

                  这篇关于如何更改 SQL Server 中列的数据类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  SQL Server add auto increment primary key to existing table(SQL Server 向现有表添加自动增量主键)
                  Altering a column: null to not null(改变列:null 到 not null)
                  Adding an identity to an existing column(向现有列添加标识)
                  How to write UPDATE SQL with Table alias in SQL Server 2008?(如何在 SQL Server 2008 中使用表别名编写 UPDATE SQL?)
                  Why can#39;t I use alias in a count(*) quot;columnquot; and reference it in a having clause?(为什么我不能在计数(*)“列中使用别名?并在具有条款中引用它?)
                  SQL Server 2005 quot;publicquot; database role doesn#39;t seem to apply?(SQL Server 2005“公共数据库角色似乎不适用?)
                1. <tfoot id='eNG0y'></tfoot>

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

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