Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00612832
Message ID:
00612996
Vues:
19
Nadya,

No your code will not give you what you want as the towns in BldMstr are NOT in Towns, try this instead;
select town, fullname, ccode, county from Towns where ... ;
   union ;
select BldMstr.town, space(21) as fullname, ;
       BldMstr.ccode, county from BldMstr ;
   order by 1  into cursor curTowns
note the inner join was removed.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform