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

    <tfoot id='Lxkjk'></tfoot>

      • <bdo id='Lxkjk'></bdo><ul id='Lxkjk'></ul>
      <legend id='Lxkjk'><style id='Lxkjk'><dir id='Lxkjk'><q id='Lxkjk'></q></dir></style></legend>

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

        一次更新sql server xml数据字段上的多个属性

        时间:2023-06-07
        • <bdo id='kFddE'></bdo><ul id='kFddE'></ul>

            <tfoot id='kFddE'></tfoot>
              <tbody id='kFddE'></tbody>
            <legend id='kFddE'><style id='kFddE'><dir id='kFddE'><q id='kFddE'></q></dir></style></legend>

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

              1. <i id='kFddE'><tr id='kFddE'><dt id='kFddE'><q id='kFddE'><span id='kFddE'><b id='kFddE'><form id='kFddE'><ins id='kFddE'></ins><ul id='kFddE'></ul><sub id='kFddE'></sub></form><legend id='kFddE'></legend><bdo id='kFddE'><pre id='kFddE'><center id='kFddE'></center></pre></bdo></b><th id='kFddE'></th></span></q></dt></tr></i><div id='kFddE'><tfoot id='kFddE'></tfoot><dl id='kFddE'><fieldset id='kFddE'></fieldset></dl></div>
                  本文介绍了一次更新sql server xml数据字段上的多个属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  是否可以在一次更新中修改单个节点上的多个属性?

                  Is it possible to modify multiple attributes on a single node within one Update?

                  我有类似的东西:

                  <ENTITY NAME="entity1">
                      <ATTR ID="attr1" CAPTION="Attributes to Change" SIZE="100" WIDTH="100"></ATTR>
                  </ENTITY>
                  

                  我已经能够使用三个单独的更新来修改 CAPTION、SIZE 和 WIDTH 属性,但是我一直在寻找将它们组合成单个更新的方法,但徒劳无功.可能吗?

                  I've been able to use three separate Updates to modify the CAPTION, SIZE, and WIDTH attributes, but I've looked in vain for some way to combine them into a single Update. Is it possible?

                  我使用过的更新示例:

                  UPDATE    t
                  SET       [column_name].modify('replace value of (/ENTITY/ATTR/@CAPTION)[1] with "New Attribute Caption"')
                  FROM      table t
                  
                  UPDATE    t
                  SET       [column_name].modify('replace value of (/ENTITY/ATTR/@SIZE)[1] with "200"')
                  FROM      table t
                  
                  UPDATE    t
                  SET       [column_name].modify('replace value of (/ENTITY/ATTR/@WIDTH)[1] with "200"')
                  FROM      table t
                  

                  推荐答案

                  不,这是不可能的.

                  来自 替换 (XML DML) 的值.

                  表达式1
                  标识要更新其值的节点.它必须仅识别单个节点.也就是说,Expression1 必须是一个静态的单身.

                  Expression1
                  Identifies a node whose value is to be updated. It must identify only a single node. That is, Expression1 must be a statical singleton.

                  这篇关于一次更新sql server xml数据字段上的多个属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:设计用于在 SQL Server 2008 R2 中存储 XML 数据的表 下一篇:如何在 SQL Server 2008 中查询 XML 列

                  相关文章

                  最新文章

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

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

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

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