Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select
Message
De
18/02/2008 02:24:04
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Select
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01293379
Message ID:
01293379
Vues:
54
hi all,
i try to select from 2 tables via this code but i see all the file

thanks for help
  SELECT  TAlias1.sno,TAlias1.fexerno,TAlias1.EMPNO,;
         TAlias1.date1,TAlias1.place1,TAlias2.empname,TAlias2.empno ;
             FROM trans1 TAlias1, emp1 TAlias2 ;
   WHERE  TAlias1.empno =  TAlias2.empno   ;
          into cursor crsMyCursor readwrite
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform