Viewing post 1 (of 1 total)
What about something like this?
SELECT month(DateField) as DteFld_Month, DAY(DateField) AS DteFld_Day, { fn HOUR(DateField) } AS DteFld_Hour, COUNT(MeasMyID) AS DupCount
FROM ...
July 14, 2015 at 1:38 pm
#1812456