Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SELECT & recno()
Message
 
 
À
16/12/1998 14:59:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00168223
Message ID:
00168228
Vues:
22
>Is there any way to have SELECT selects RECNO()? TO make it harder I have more then one table in this SELECT statement.
>TIA Mark

You could try:

Select ..., Recno("Table1") as RecNo1, Recno("Table2") as RecNo2 ...

Something like:

Select table1.*, recno("Table1") as RecNo1, ...

would most likely not work. You have to explicitly list all the fields you want.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform