I want to get the values between particular date and time. But each values - time, hour and minutes are there in separate fields.
Following is the table format i have,
Date Hour Min values
1/1/2011 10 30 Test1
2/1/2011 8 10 Test2
3/1/2011 15 40 Test3
5/1/2011 11 10 Test5
10/1/2011 3 04 Test6
12/1/2011 5 00 Test6
Now i want to get the "values" between '3/1/2011 12.00' and '10/1/2011 11.10' using MYSQL SELECT query. If anyone knows pls help me