Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get just the latest edit dates
Message
 
 
To
21/03/2005 10:06:58
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00997819
Message ID:
00997821
Views:
14
Try
select location, part, MAX(editdate) AS max_ed 
         Form inventory
         GROUP BY location, part



>IF I wanted to just get the latest edit dates from a table
>
>i.e.
>
>select location, part, editdate
>Form inventory
>
>How would I just get the records from the most recent editdate?
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform