interval time

endri81

Registered User.
Local time
, 17:02
Joined
Jul 5, 2010
Messages
121
How to get interval time of day for a query
For example I have times of lessons

09:00 AM
12:00 AM
16:00 AM
and want to get only times between 9-12
 
Please define 16:00 AM.

You might want to describe your database, what it's for, the tables, the sort of business, and tell us in plain English about the query.
 
Time is a field like in the picture attached.
I have to extracts only times that are in interval 9-12 AM
Regards
 

Attachments

  • 1.jpg
    1.jpg
    89.6 KB · Views: 110
What exactly is the query you're trying to code --tell us in plain English.
 
I have to calculate all records from table classroom where professor has taught in the morning so before 1 P.M
 
I think you are going to have to have a CourseDate as well.

How do you work with
professor 1 course 1 12:30 PM, and
professor 1 course 2 12:20 PM


records 1 and 2?
What do you intend to calculate?
 
Yes thank you.
Attached in picture
 

Attachments

  • 2.jpg
    2.jpg
    91.8 KB · Views: 108

Users who are viewing this thread

Back
Top Bottom