Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Group by question
Message
De
11/07/2005 19:24:06
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
Group by question
Divers
Thread ID:
01031432
Message ID:
01031432
Vues:
72
lets say you have a stock file that has :
stock_id, date, price and you want to find for each stock the
minimum price and the date on which that price occurred.

you can't use
select stock_id, date, min(price)
from stock
group by stock_id

because sql requires you to use every non aggregate field
in the group by. any ideas?
Oh this is in SqlServer and Postgresql

Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform