Connecting Tech Pros Worldwide Help | Site Map

get latest date record

Newbie
 
Join Date: Jan 2008
Posts: 14
#1: Aug 17 '08
I have a log table.

I want to get record of latest date. Meaning if 1-May-2008 13:32:22 and 1-May-2008 2:22:21, it will retrieve 1-May-2008 13:32:22 as a result.

how the statement should be?

thaanks in advanced.
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Aug 18 '08

re: get latest date record


Use MAX




-- CK
Reply