D
Dave
I have a query that is doing a group by multiple fields.
One of the fields is a date which has the same day value,
but different minutes, seconds. I would like to basically
truncate the minutes and seconds off the date so it
basically groups just by the day.
Is there an easy way to do this with a built in function?
I saw some references to a convert function, but there
were not any good examples of the syntax.
Thanks,
Dave
One of the fields is a date which has the same day value,
but different minutes, seconds. I would like to basically
truncate the minutes and seconds off the date so it
basically groups just by the day.
Is there an easy way to do this with a built in function?
I saw some references to a convert function, but there
were not any good examples of the syntax.
Thanks,
Dave