M
mscertified
I have a table with a date/time column.
I need to retrieve the earliest timestamp record.
I'm currently using SELECT MIN(timestamp), is this correct?
Thanks.
I need to retrieve the earliest timestamp record.
I'm currently using SELECT MIN(timestamp), is this correct?
Thanks.