SQL Select

  • Thread starter Thread starter ×ורנה בן ×רי
  • Start date Start date
×

×ורנה בן ×רי

Hi,

I have a table for the statuses of orders with the following fields:
id,StatusId,StatusChangeDate.
How do I retreive records grouped by Id (Order ID) with the last change date?
In my query I also need the StatusId of the record found.

Thanks,
Orna.
 
Back
Top