Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple left outer join problem
Message
De
01/04/2004 13:23:28
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
01/04/2004 13:02:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00891531
Message ID:
00891538
Vues:
12
>ok here is my code
>SELECT QUOTATIONS.DATE_RATES AS DATE_RATES,;
>QUOTATIONS.IDQUOTATIONS AS IDQUOTATIONS,;
>CLIENT.NAME,;
>QUOTATIONS.STATUS,;
>QUOTATIONS.TYPE_DE_QUOTATION,;
>SERVICE.TYPE AS TYPE_DE_SERVICE,;
>QUOTATIONS.CONTACT_ID AS CONTACT_ID,;
>QUOTATIONS.DEPART AS DEPART,;
>QUOTATIONS.ARRIVER AS ARRIVER;
> FROM QUOTATIONS;
>LEFT JOIN CLIENT CLI ON (CLIENT.IDClient = QUOTATIONS.CLIENT_ID) ;
>LEFT OUTER JOIN SERVICE SER ON (QUOTATIONS.TYPE_DE_QUOTATION=; service.IDSERVICE)
>
>but it doest work why ?

Robert,
Would you put this in < pre >, < /pre > tags. Already looks like has typos.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform