Jump to content

Get records betwen two date columns.


Julian

Recommended Posts

Hello

 

Maybe is silly but I know I can find a solution here.  I have this table

 

id    |    datein        | dateout

1      |  2007-05-11    | 2007-10-11

2      |  2007-06-11    | 2007-10-11

 

What I'm trying to do is get all the records between date I passed via form.

 

I tried

"Select * from dates WHERE datein >= '$datein' AND dateout <= '$dateout'";

 

I stored dates as DATE on the DB.  I tried to use BETWEEN, but I don't know if I can use on two different columns.

 

Thanks for the help guys.

Link to comment
https://forums.phpfreaks.com/topic/55177-get-records-betwen-two-date-columns/
Share on other sites

Hi

 

I get the desired records if I change the variables for the exact dates that are stored on datein and dateout.  It seems that the >= or <= is not working for my purposes.  Because the in between dates doesn't show up when I change the datein or dateout input, even if the dates I put are in range.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.