久久久久久久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>
                            主站蜘蛛池模板: 99精品视频一区二区三区 | 亚洲av毛片成人精品 | 亚洲成av人片在线观看 | 日韩和的一区二区 | 成人久久 | 亚洲精品久久久久久一区二区 | 99re6在线视频| 日韩精品免费视频 | 国产精品日日摸夜夜添夜夜av | 视频一区二区国产 | 中文字幕免费在线 | 亚洲欧美在线视频 | 欧美精品在线一区二区三区 | 国产精品久久久久久久久久久久冷 | 五月综合久久 | 国内精品视频在线 | 久久精品二区亚洲w码 | 久久999 | 欧美激情欧美激情在线五月 | 久久com| 污视频免费在线观看 | 久久久国产一区 | 色视频一区二区 | 99久久久久久久久 | 免费日韩网站 | 欧美精品一区二区三区蜜桃视频 | 国精产品一区一区三区免费完 | 九九精品在线 | 一区二区三区久久 | 欧美一区不卡 | 国产午夜精品一区二区三区嫩草 | 免费观看av网站 | 91精品国产欧美一区二区成人 | 精品亚洲一区二区三区 | 成人二区| 成年视频在线观看福利资源 | 国产精品成人一区二区三区 | 嫩草网 | 国产亚洲一区二区三区在线观看 | 91视频网 | 欧美一级久久久猛烈a大片 日韩av免费在线观看 |