Date query problem

2003-12-06 Thread Hüseyin DEMİRAĞ
Hi,This query is give an error like below;There is a column that name and description are date in Table that also include database.in the table,there are some date like that:2003-12-01,2003-11-16,2003-12-01,2003-12-03,2003-11-19. when i run this query,if i query between 2003-12-01 and 2003-12

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