开发者

Duplicate xml column insert

开发者 https://www.devze.com 2023-02-05 19:06 出处:网络
I have a table that stores an XML data type. I\'m trying to compare what is in the table against data that will be inserted.

I have a table that stores an XML data type. I'm trying to compare what is in the table against data that will be inserted.

How do I Query and compare开发者_运维百科 a sql XML data type to a table XML column?


I converted the data column to a varchar and did a string compare.


In Oracle you could compare CLOB's by using dbms_lob.compare


I converted the data column to a varchar and did a string compare.

0

精彩评论

暂无评论...
验证码 换一张
取 消