Hi
Is it possible to have a query something like this:
SELECT * FROM availablity WHERE DATEDIFF(day, start_date, enddate) < 7;
I know this statement doesn't work, but i hope it illustrates what i am trying to acheive. I want to select records where the difference between the start and end...