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:
00615994
Views:
18
This message has been marked as a message which has helped 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

Take a look at topic "SELECT - SQL" in VFP's help file for the complete syntax of this command.
Hector Correa
Previous
Reply
Map
View

Click here to load this message in the networking platform