S
Sarah
greetings to all
An SQL fragment I use is... WHERE tblValues NOT IN (SELECT ...
The query runs properly. I have noticed that I can get the very same output
by using the fragment... WHERE tblValues <> ALL (SELECT ...
Is 'NOT IN' the same as '<> ALL'? Is there a preference?
thanks in advance
Sarah
An SQL fragment I use is... WHERE tblValues NOT IN (SELECT ...
The query runs properly. I have noticed that I can get the very same output
by using the fragment... WHERE tblValues <> ALL (SELECT ...
Is 'NOT IN' the same as '<> ALL'? Is there a preference?
thanks in advance
Sarah