Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get top 100 records?
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01148703
Message ID:
01148727
Vues:
18
I don't normally use rowcount, but i think this will work:

set rowcount 100
select age, name from persons order by age desc


>I need a way to get the top 100 records without using LIMIT or TOP...
>
>something like this:
>create table person(name varchar(30), age int);
>
>...and I need just the 100 oldest people... anyone know how to do this?
>
>Thanks!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform