Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About SQL select command?
Message
De
09/03/1998 08:40:42
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00083318
Message ID:
00083336
Vues:
20
SELECT a.Member_Id, a.Name, a.email, b.Subject, b.Message ;
FROM TableA a, TableB b ;
WHERE a.member_id = b.Member_Id ;
ORDER BY 1, 4, 5

Note the use of column numbers to specify the order.

Regards
Mark
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform