久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

        <legend id='F0Ctx'><style id='F0Ctx'><dir id='F0Ctx'><q id='F0Ctx'></q></dir></style></legend>
      1. <small id='F0Ctx'></small><noframes id='F0Ctx'>

        • <bdo id='F0Ctx'></bdo><ul id='F0Ctx'></ul>

        <tfoot id='F0Ctx'></tfoot>

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

        在 SQLServer 2005 中查詢 XML 列

        Querying XML columns in SQLServer 2005(在 SQLServer 2005 中查詢 XML 列)

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

        <tfoot id='JV2hd'></tfoot>

            <tbody id='JV2hd'></tbody>

                • <bdo id='JV2hd'></bdo><ul id='JV2hd'></ul>
                  <i id='JV2hd'><tr id='JV2hd'><dt id='JV2hd'><q id='JV2hd'><span id='JV2hd'><b id='JV2hd'><form id='JV2hd'><ins id='JV2hd'></ins><ul id='JV2hd'></ul><sub id='JV2hd'></sub></form><legend id='JV2hd'></legend><bdo id='JV2hd'><pre id='JV2hd'><center id='JV2hd'></center></pre></bdo></b><th id='JV2hd'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='JV2hd'><tfoot id='JV2hd'></tfoot><dl id='JV2hd'><fieldset id='JV2hd'></fieldset></dl></div>
                • <legend id='JV2hd'><style id='JV2hd'><dir id='JV2hd'><q id='JV2hd'></q></dir></style></legend>
                  本文介紹了在 SQLServer 2005 中查詢 XML 列的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  限時送ChatGPT賬號..

                  我公司的聯系人"表中有一個字段.在該表中,有一個 XML 類型列.該列包含有關特定聯系人的雜項數據.例如.

                  There is a field in my company's "Contacts" table. In that table, there is an XML type column. The column holds misc data about a particular contact. EG.

                  <contact>
                  <refno>123456</refno>
                  <special>a piece of custom data</special>
                  </contact>
                  

                  contact 下面的標簽對于每個聯系人可以不同,我必須查詢這些片段同一個表中的關系數據列.

                  The tags below contact can be different for each contact, and I must query these fragments alongside the relational data columns in the same table.

                  我使用過如下結構:

                  SELECT c.id AS ContactID,c.ContactName as ForeName,
                  c.xmlvaluesn.value('(contact/Ref)[1]', 'VARCHAR(40)') as ref,    
                  INNER JOIN ParticipantContactMap pcm ON c.id=pcm.contactid 
                  AND pcm.participantid=2140
                  WHERE xmlvaluesn.exist('/contact[Ref = "118985"]') = 1
                  

                  這個方法沒問題,但是服務器需要一段時間來響應.我還研究了使用 nodes() 函數來解析 XML 節點并使用exist() 來測試節點是否包含我正在搜索的值.

                  This method works ok but, it takes a while for the Server to respond. I have also investigated using the nodes() function to parse the XML nodes and exist() to test if a nodes holds the value I'm searching for.

                  有人知道查詢 XML 列的更好方法嗎??

                  Does anyone know a better way to query XML columns??

                  推薦答案

                  我發現 msdn xml 最佳實踐有助于處理 xml blob 列,可能會提供一些靈感...http://msdn.microsoft.com/en-us/library/ms345115.aspx#sql25xmlbp_topic4

                  I've found the msdn xml best practices helpful for working with xml blob columns, might provide some inspiration... http://msdn.microsoft.com/en-us/library/ms345115.aspx#sql25xmlbp_topic4

                  這篇關于在 SQLServer 2005 中查詢 XML 列的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不編寫 SQL 查詢的情況下找出數據庫列表和 SQL Server 實例使用的空間嗎?) - IT屋-程序員軟件開發
                  How to create a login to a SQL Server instance?(如何創建對 SQL Server 實例的登錄?)
                  How to know the version and edition of SQL Server through registry search(如何通過注冊表搜索知道SQL Server的版本和版本)
                  Why do I get a quot;data type conversion errorquot; with ExecuteNonQuery()?(為什么會出現“數據類型轉換錯誤?使用 ExecuteNonQuery()?)
                  How to show an image from a DataGridView to a PictureBox?(如何將 DataGridView 中的圖像顯示到 PictureBox?)
                  WinForms application design - moving documents from SQL Server to file storage(WinForms 應用程序設計——將文檔從 SQL Server 移動到文件存儲)

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

                    <bdo id='nY66r'></bdo><ul id='nY66r'></ul>

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

                        1. <legend id='nY66r'><style id='nY66r'><dir id='nY66r'><q id='nY66r'></q></dir></style></legend>

                          <tfoot id='nY66r'></tfoot>
                            主站蜘蛛池模板: 成人av高清在线观看 | 亚洲国产成人精品久久久国产成人一区 | 仙人掌旅馆在线观看 | 国产成人在线播放 | 久久久成人免费一区二区 | 成人精品在线观看 | 三级黄色片在线播放 | 国产精品一区二区视频 | 国产精品污www一区二区三区 | 欧美视频免费 | 亚洲综合国产 | 国产精品成人av | 久久最新精品视频 | 亚洲精品视频免费看 | 在线欧美一区二区 | 久久国产精品免费一区二区三区 | 亚洲最大的成人网 | 国产亚洲精品精品国产亚洲综合 | 欧美中文字幕一区二区三区亚洲 | 亚洲国产精品成人久久久 | 亚洲精品无 | 久久国产高清视频 | 日韩快播电影网 | 一区二区中文 | 精品日韩一区二区 | 国产一区二区三区在线 | 国产97在线看 | 亚洲品质自拍视频 | 亚洲资源站 | 亚洲综合在线网 | 国产亚洲精品久久久久动 | 国产欧美日韩综合精品一 | 一区二区在线不卡 | 天天操夜夜艹 | 一区在线播放 | 国产精品自拍一区 | 亚洲视频国产视频 | 国产高清在线视频 | 亚洲精品国产a久久久久久 午夜影院网站 | 久久久片 | 国产精品视频久久 |