Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top 10 using SQL
Message
 
 
To
06/02/2002 09:28:23
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00615988
Message ID:
00615997
Views:
14
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform