Hi there.
this query SELECT SUM(s.msg_sent_datetime - r.date_received) AS difference
returns -743726381625992.000000
but if i add on WHERE (s.msg_sent_datetime - r.date_received) > 0
it returns: 343435413.000000
I thought the 0 value rows would have no effect on a sum? also, what is up with the .000000