Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Records per hour within a time span

    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 ...

Viewing post 1 (of 1 total)