Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00703879
Message ID:
00703933
Vues:
16
You're welcome.

>It work
>Thank's Sergey
>
>>Try to move ON clause after related JOIN.
SELECT Solde.stpsp, Solde.stvqp1, Livre.lnum,;
>>          Livre.lnom, Livre.lnoma, Livre_a.lnum, Livre_a.lnom,Livre_a.lnoma;
>>	FROM(lSolde) as Solde ;
>>	LEFT OUTER JOIN (lLivre);
>>		ON Solde.stpsp = Livre.lnum ;
>>	LEFT OUTER JOIN (lLivre) Livre_a ;
>>		ON Solde.stvqp1 = Livre_a.lnum ;
>>	INTO CURSOR cGltaxe
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform