al Message -
From: "aman raheja" <[EMAIL PROTECTED]>
To: "mysql" <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 7:25 PM
Subject: comparision in the datetime field
Hi All
I have a datetime field in one of my tables in the MySQL database.
Can I do something li
At 15:07 +0200 1/4/03, Egor Egorov wrote:
On Friday 03 January 2003 19:25, aman raheja wrote:
I have a datetime field in one of my tables in the MySQL database.
Can I do something like return all records between two certain dates, say
between Nov 02, 2002 and Nov 07, 2002.
SELECT .. WHERE m
On Friday 03 January 2003 19:25, aman raheja wrote:
> I have a datetime field in one of my tables in the MySQL database.
> Can I do something like return all records between two certain dates, say
> between Nov 02, 2002 and Nov 07, 2002.
SELECT .. WHERE mydatefield BETWEEN '2002-11-02 00:00:00' A
Hi All
I have a datetime field in one of my tables in the MySQL database.
Can I do something like return all records between two certain dates, say
between Nov 02, 2002 and Nov 07, 2002.
Thanks
Aman
-
Before posting, please check: