Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inner join
Message
De
05/03/2003 13:12:45
Todd Cottengim
Alpine Land Information Services
Redding, Californie, États-Unis
 
 
À
27/02/2003 06:23:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00758651
Message ID:
00761641
Vues:
28
>Select M.*, D.* From Master M Inner Join Detail D ON D.masterId = M.masterId

One word of caution. It is a good idea to not use “A” through “M” as SQL aliases. It can cause some confusion between the workarea "A" (or “B” – “L”) and the SQL Alias "A" (or “B” – “L”) or memory variables (“M”) and SQL Alias “M”.

It is my common practice to use at least two letters for SQL aliases. In the quoted example, “M” becomes “MM” and “D” becomes “DD”.

FWIW

Todd
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform