Re: 24 hour query confusion....

2001-11-20 Thread DL Neil
AIL PROTECTED]> To: "Andy" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: 20 November 2001 15:47 Subject: Re: 24 hour query confusion > 3076 is 2:53 in the morning, not the afternoon. > > On Tuesday 20 November 2001 08:46 am, Andy wrote: > > Summary > &g

Re: 24 hour query confusion....

2001-11-20 Thread Ken Kinder
3076 is 2:53 in the morning, not the afternoon. On Tuesday 20 November 2001 08:46 am, Andy wrote: > Summary > If I have a filed of type "DATETIME" in a table and do a query with an > order on that field than records with a datetime in the afternoon are > returned before articles in the morning. >

24 hour query confusion....

2001-11-20 Thread Andy
Summary If I have a filed of type "DATETIME" in a table and do a query with an order on that field than records with a datetime in the afternoon are returned before articles in the morning. EG: mysql> select pubtime,articleid,headline from articles where articleid mysql> >3050 order by pubtime;