Forum Replies Created

Viewing 15 posts - 16 through 30 (of 388 total)

  • Reply To: Problem understanding SUM function with GROUP BY

    Sorry... I see now and tried MAX and that took care of it... thanks!!

  • Reply To: Problem understanding SUM function with GROUP BY

    This does not seem to work, the data returns like before:

    SELECT [user_name], [created_at],
    SUM(dbo.fnGetDecimalTime([event_sec])) as 'Decimal_Time_SUM'
    FROM [Charter].[dbo].[ConvoHrs]
    group by [user_name],[created_at]
    order by [user_name]

    • This reply was modified 2 years, 11 months ago by  DaveBriCam.
  • Viewing 15 posts - 16 through 30 (of 388 total)