Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maxrecords
Message
De
30/05/2005 09:41:39
 
 
À
29/05/2005 07:34:31
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:
01018524
Vues:
11
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform