MySQL Forums
Forum List  »  InnoDB

Re: NOT IN
Posted by: KimSeong Loh
Date: May 05, 2005 07:14PM

How about this, it will returns the rows not selected in your original query
Just change the condition in the where clause

select * from table2 where date<= x or data >=y

Options: ReplyQuote


Subject
Views
Written By
Posted
3087
March 14, 2005 03:17PM
Re: NOT IN
2173
May 05, 2005 07:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.