ContentNode
コンマを含むすべてのノードについて、次の XML をクエリしようとしています。
<Node xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.xxx.xxx.xxx">
<SubNode>
<SubSubNode>
<ContentNode>Data, </ContentNode>
以下は 0 件の結果を返します。
select *
from Table
where [XML].exist('/Node/SubNode/SubSubNode [contains(ContentNode[1],",")]')=1
どんな助けでも大歓迎です。