G
Grant
I am trying to figure out how to get the sum for each day.
This is what I have for SQL
SELECT fldDate, sum(total) FROM tbl GROUP BY fldDate ORDER BY fldDate
The date field has date and time in it, I assume if I can format the date
field to use only the date, then query will work. Please let me know how to
format the date in query or there is a better way.
Thanks
This is what I have for SQL
SELECT fldDate, sum(total) FROM tbl GROUP BY fldDate ORDER BY fldDate
The date field has date and time in it, I assume if I can format the date
field to use only the date, then query will work. Please let me know how to
format the date in query or there is a better way.
Thanks