Hi Listers,
 
I am fighting with the following problem:
I have two files and want to select all Objects from file#1 that do not lie within objects of file#2.
Unfortunately, there is geographical operand "Within", but no operand "OutSide".
What is the correct SQL-syntax for that problem?
I tried "Select * From relation1, relation2 where NOT (relation1.obj Within relation2.obj)", but it didn't work.
 
Thanks a lot for your help!
Markus V.

Reply via email to