Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query question
Message
 
 
To
12/11/2009 13:24:28
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01434430
Message ID:
01434431
Views:
68
Try
SELECT t1.sono, t1.tcode, t1.tdate ;
	FROM mytable t1 ;
	WHERE t1.tdate = (SELECT MAX(tdate) FROM mytable t2 ;
					WHERE t1.sosno = t2.sono AND t1.tcode = t2.tcode)
>I have a table with sales order number (sono), Transaction Code (tcode) and transaction date (tdate) fields.
>There are multiple records for one Sales Order.
>I want to write a query that returns one record with the sono, tcode and tdate for the latest date for that sales order and I have a complete blank
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform