RE: Date query problem (hard one)

2001-03-08 Thread Adams, Antoine A SSI-ISES-56
but is not very nice.. -Original Message- From: Peter Skipworth [mailto:[EMAIL PROTECTED]] Sent: donderdag 8 maart 2001 9:43 To: Adams, Antoine A SSI-ISES-56 Cc: '[EMAIL PROTECTED]' Subject: Re: Date query problem (hard one) Antione, What's your definition of a week number

Re: Date query problem (hard one)

2001-03-08 Thread Peter Skipworth
Antione, What's your definition of a week number ? A week number in the range 1..52 is not in itself enough to calculate a precise date from.. regards, P On Thu, 8 Mar 2001, Adams, Antoine A SSI-ISES-56 wrote: > I've been strugling with a query for some time now and I can't get the > desired

Date query problem (hard one)

2001-03-08 Thread Adams, Antoine A SSI-ISES-56
I've been strugling with a query for some time now and I can't get the desired answer from mysql. The desired answer: a date (bv. 2001-02-08) What is the input: a week number What date do I need: The date of the monday where week = x the idea was: select date(week(10),1); But offcourse th