Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Top 10 using SQL
Message
 
 
À
06/02/2002 09:28:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00615988
Message ID:
00615997
Vues:
15
This message has been marked as the solution to the initial question of the thread.
>Hi to all,
>
>I wanted to display a list of TOP 10 records base on a given criteria using SQL command, but I'm not sure with the syntax.
>
>Thanks.
Select Top 10 * From mytable ;
  Where < my conditions > ;
  Order By < top 10 column(s) >
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform