Thread: query help
View Single Post
  #23 (permalink)  
Old 08-09-10, 04:15
hobbylu hobbylu is offline
Registered User
 
Join Date: Nov 2002
Posts: 21
Follow sql can do

select * from emp_monthly_sales group by emp_id having date_time=max(date_time)
Reply With Quote