S
Sathia
Hi
I need to sum a column using group by. the data type of this column is
date/time.
Iam storing time in this column as hh:mm.
I need a query to sum this column
eg.,
Table Xyz
Month Time
1 1:30
1 1:00
2 2:00
Expected output
Month Time
1 2:30
2 2:00
Please help me
Thanks and regards
Sathia
I need to sum a column using group by. the data type of this column is
date/time.
Iam storing time in this column as hh:mm.
I need a query to sum this column
eg.,
Table Xyz
Month Time
1 1:30
1 1:00
2 2:00
Expected output
Month Time
1 2:30
2 2:00
Please help me
Thanks and regards
Sathia