maikon Oxxx|:::::::::::> Local time Today, 04:12 Joined Jan 13, 2005 Messages 22 Mar 3, 2005 #1 Hi people, Do exists a way to a query return what doesn't into other query? For example: SELECT * FROM table WHERE "NOT INTO" (SELECT * FROM table WHERE ... ) Someone understood?! Thanks a lot!
Hi people, Do exists a way to a query return what doesn't into other query? For example: SELECT * FROM table WHERE "NOT INTO" (SELECT * FROM table WHERE ... ) Someone understood?! Thanks a lot!
FoFa Registered User. Local time Today, 01:12 Joined Jan 29, 2003 Messages 3,653 Mar 3, 2005 #2 Where MyCol NOT IN (select OtherCol from MyTable) But Access is not the best performing with this just so you know.
Where MyCol NOT IN (select OtherCol from MyTable) But Access is not the best performing with this just so you know.