Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SQL Select
Divers
Thread ID:
00087402
Message ID:
00087402
Vues:
57
If I am using an inner join on two tables and I want to get the
recno() for table b, will I get unexpected results? The VFP help says that it is not always accurate when using recno() with a join, is this true.


For example:

select a.id,recno();
from a;
inner join b on a.id = b.id;
into cursor c

Thanks,
Matt
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform