aspose file tools
The moose likes JDBC and the fly likes Date Comparison in MySQL Columns Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Date Comparison in MySQL Columns" Watch "Date Comparison in MySQL Columns" New topic
Author

Date Comparison in MySQL Columns

Aravind Prasad
Ranch Hand

Joined: Dec 28, 2005
Posts: 258
Dear Ranchers,
I'm doing JSP and MySQL in my project and and i've a doubt in the query.
The table details are given below


I want to write a query to compare the 2 colums , date_in and actual_date and for example

Select * from test where date_in > actual_date
So that it can bring some results which are early delivery's

Please help me ranchers for my query.

Thanks in advance..

regards
Aravind Prasad
Jan Cumps
Bartender

Joined: Dec 20, 2006
Posts: 2350

Select * from test where date_in > actual_date


This query looks fine to me.
If date_in is the expected date, and actual_date is the delivery date, then this query will return early deliveries.
(at least, when these columns are defined as date fields in MySQL).

Regards, Jan


OCUP UML fundamental
ITIL foundation
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Date Comparison in MySQL Columns
 
Similar Threads
Populating Database values in to JTable
can you do that in one query?
Problem with trying to Insert values into User
Query problem with MySQL 5
retrieving date field from access database using query