Oops, I forgot to mention I'm using MS SQL, in fact I've probably posted in the wrong forum.
The biggest headache is the partial date that I'm passing (searchdate). With my example that would give:
WHERE 31/10/2005 < 11/2005 AND 01/03/2007 > 11/2005
Could I do something like:
WHERE...
This is my first post on here. Bit of a SQL n00b so please bear with me :o)
I have an events search that lets users search by month and year (day is too specific). The events have have both a start and end date that can span over several days, or at the most, years.
I'm trying to build a SQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.