View Single Post
  #3 (permalink)  
Old 08-27-2008, 09:17 AM
Unregistered
 
Posts: n/a
Default ANY answer. Re: How to select a record based on 1 field being min/max

select col1, col2, col3, col4 from table name where (select date_field from table_name where Date_field=Max(date_field))
order by col1...
Reply With Quote