Hi,
I have a table that stores entries for counts every 10 minutes for each day.
The day format is datetime and includes the time at 10 minute intervals, I want to group them by date and then sum the counts per date.
Ive been trying to do this but cant find a suitable data type to convert to?
I would appreciate any help!
I have a table that stores entries for counts every 10 minutes for each day.
The day format is datetime and includes the time at 10 minute intervals, I want to group them by date and then sum the counts per date.
Ive been trying to do this but cant find a suitable data type to convert to?
I would appreciate any help!