Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select problem
Message
De
28/07/2003 15:24:41
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00814252
Message ID:
00814284
Vues:
8
this is my code
when i do
select * from ffconsol where ident = 21018
its work i obtains one record

but when i do that

SELECT FFCONSOL.MAWB_MBL,;
APD.DESCR AS DEPART,;
APA.DESCR AS ARRIVAL;
FROM FFCONSOL;
JOIN FFAIRPT APD ON FFCONSOL.DEPART_PORT = APD.CODE;
JOIN FFAIRPT APA ON FFCONSOL.ARRIVAL_PORT = APD.CODE;
WHERE FFCONSOL.IDENT = 21018;
INTO CURSOR LABEL_4 READWRITE

it doest work
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform