Subject Ignore Seconds when getting unique list of times
Author ra8009
I want a list of the unique times in a time field, but I don't want
the seconds considered. When I try SELECT (DISTINCT) it takes the
seconds in account. How can I get the query to ignore them?