View Single Post

  #4 (permalink)  
Old 04-24-2007
Captain Paralytic
 
Posts: n/a
Default Re: URGENT HELP NEEDED PLEASE! Selecting a date range without the year

On 23 Apr, 22:29, macca <ptmcna...@googlemail.com> wrote:
> Yes.
>
> Ive figured it out now though thanks, i used
>
> WHERE (MONTH(dates) BETWEEN month1 AND month2)
>
> thanks anyway


But does that work when month1 is November and month2 is January?

Also you haven't included the day part?

Reply With Quote