Page 1 of 1

mysql select earliest date help appreciated...

Posted: Wed Sep 02, 2009 12:21 am
by scarface222
Hey guys I have dates in my database in this format, any ideas anyone on how to select the earliest date with a mysql statement.

DATE FORMAT:
2009-08-26 18:29:04

Re: mysql select earliest date help appreciated...

Posted: Wed Sep 02, 2009 1:00 am
by scarface222
nevermind

SELECT MIN(date), user FROM s