I have a database that holds data every 15 minutes.....the system does some summing on its own and stores this data at an odd time and never right on the 15 minute mark like the rest of the data....the data looks like this:
12:00:01 1
12:00:01 3
12:00:01 2
12:00:01 6
12:15:04 1
12:15:04 3
12:15:04 2
12:15:04 6
12:30:02 1
12:30:02 3
12:30:02 2
12:30:02 6
and this continues but then for one block of time for a day it will look something like this
11:53:00 10
11:53:00 14
11:53:00 22
11:53:00 9
11:53:00 10
11:53:00 20
This happens at various times depending on the day, I need to understand how to omit anything that is not right on the 15 minute.....is this possible?
Any help is appreciated!
Thanks
Paul
12:00:01 1
12:00:01 3
12:00:01 2
12:00:01 6
12:15:04 1
12:15:04 3
12:15:04 2
12:15:04 6
12:30:02 1
12:30:02 3
12:30:02 2
12:30:02 6
and this continues but then for one block of time for a day it will look something like this
11:53:00 10
11:53:00 14
11:53:00 22
11:53:00 9
11:53:00 10
11:53:00 20
This happens at various times depending on the day, I need to understand how to omit anything that is not right on the 15 minute.....is this possible?
Any help is appreciated!
Thanks
Paul