Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maxrecords
Message
From
30/05/2005 09:41:39
 
 
To
29/05/2005 07:34:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Oracle
Miscellaneous
Thread ID:
01018439
Message ID:
01018524
Views:
10
In Vfp you use "select top 10 * from xtab", same MS Sql Server, and you have ten first records from table, in Oracle you must use rownum: "select * from xtab where rownum<=10" and for information in db2 "select * from xtab fetch first 10 rows only"
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform