T
thecolour
Hello all
I am looking for the XQuery exquivalent to something like
select field from table1 where field not in (select field from table2)
I have been trying the != operator but it's not what I'm looking for.
Many thanks
Tom
I am looking for the XQuery exquivalent to something like
select field from table1 where field not in (select field from table2)
I have been trying the != operator but it's not what I'm looking for.
Many thanks
Tom