select A.Name from @A as A where not exists ( select * from @B as B where B.XMLCol.exist('(//@*, //text())[contains(., sql:column("A.Name ...
確定! 回上一頁