Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query question
Message
 
 
À
12/11/2009 13:24:28
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01434430
Message ID:
01434431
Vues:
67
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform