У меня в базе две таблицы. У обоих есть ID name1. Name1 - это тип данных XML. Кто-нибудь знает о возможности сравнить содержимое этих двух xml?
select * from table1 t join table2 b on t.ID = b.ID where t.name1 <> b.name1
Но не работает. Я получаю
SQL Error [42818]: The data types of the operands for the operation "<>" are not compatible or comparable.. SQLCODE=-401, SQLSTATE=42818, DRIVER=4.21.29