M
Mark
Hi all,
I have a query that groups by the hour. Is there a way to have to have it
group in 15 minute segments?
SELECT DatePart("h",[DMS1]) AS [Hour], Avg(qrDateDiff.Time) AS AvgOfTime
FROM qrDateDiff
GROUP BY DatePart("h",[DMS1]);
I have a query that groups by the hour. Is there a way to have to have it
group in 15 minute segments?
SELECT DatePart("h",[DMS1]) AS [Hour], Avg(qrDateDiff.Time) AS AvgOfTime
FROM qrDateDiff
GROUP BY DatePart("h",[DMS1]);