Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maxrecords
Message
De
01/06/2005 15:58:41
 
 
À
30/05/2005 09:41:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Oracle
Divers
Thread ID:
01018439
Message ID:
01019121
Vues:
21
Thanks for your reply John

>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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform