MySQL Forums
Forum List  »  Newbie

Re: date differences
Posted by: Felix Geerinckx
Date: July 21, 2005 01:10AM

dex 002 wrote:

> Hi, how can I select only the records that have a date in the future.

SELECT * FROM foo WHERE datecol > CURDATE()

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
July 20, 2005 04:50PM
Re: date differences
July 21, 2005 01:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.