MySQL Forums
Forum List  »  Quality Assurance

Re: Date comparation problem
Posted by: Bogdan Gusiev
Date: June 12, 2008 09:05AM

Here it is:

mysql> select date(jobcreationdate), jobcreationdate from job where jobid = 50;
+-----------------------+---------------------+
| date(jobcreationdate) | jobcreationdate |
+-----------------------+---------------------+
| 2008-02-18 | 2008-02-18 04:08:07 |
+-----------------------+---------------------+
1 row in set (0.02 sec)

mysql>

Options: ReplyQuote


Subject
Views
Written By
Posted
3359
April 30, 2008 04:05AM
2117
May 13, 2008 01:30PM
Re: Date comparation problem
2011
June 12, 2008 09:05AM


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.