Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count number
Message
De
23/02/2000 00:22:43
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00335161
Message ID:
00335808
Vues:
14
> So, Select *, recno() from table1 inner join table2 on ... Would not work? Thanks for this warning.

It works, but recno() is applied to table1. Anyway, this is just an observation, not a documented behavior.

It's better to avoid any functions like recno(), deleted(), etc that can be confused by the current alias (which is never
known precisely in a SELECT statement). Worth noticing that these functions cannot be used with an alias
as param in a SELECT.

Vlad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform