MySQL Forums
Forum List  »  Stored Procedures

Re: selecting a date not in the range
Posted by: irek kordirko
Date: January 27, 2012 05:43PM

In this way:
select date
from table2
join table1
on table2.date not between table1.checkin and table1.checkout

Options: ReplyQuote


Subject
Views
Written By
Posted
1414
January 27, 2012 08:10AM
Re: selecting a date not in the range
825
January 27, 2012 05:43PM
871
January 27, 2012 06:58PM
1044
January 27, 2012 09:24PM
795
January 28, 2012 06:36PM


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.