Jump to content

check date variable not between 2 dates in database


dragon_sa

Recommended Posts

I need to run a mysql query to check if an input date variable formatted to yyyy-mm-dd is not between a startDATE and finishDATE which are columns in a table, some of which have the value NULL. NULL values can be returned but dates equal to or between the 2 column dates cannot.

 

Basically startDATE and finishDATE are column headings for staff holiday dates, and a user query is checking for all staff not on holiday on the input date, effectively listing the available staff on the input date. The NULL value in those columns mean a staff member has not booked any holidays.

 

Any help much appreciated

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.