Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL SELECT - How to do a Fast Internet style query?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL SELECT - How to do a Fast Internet style query?
Divers
Thread ID:
00823010
Message ID:
00823010
Vues:
53
Consider a SQL Server table sitting on a Website with say 1,000,000 records. The user on the internet wants to be able to see the first 100 records (sorted by ProductID), then click "Next" and see the next 100 and ... so on.
How to I write a query to retrieve the nth set of these records.
ie the query should retrieve the 100*(n-1) to 100*n set of records in the order of field ProductID when the user clicks "Next" for the nth time.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform