Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple left outer join problem
Message
From
01/04/2004 13:23:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
01/04/2004 13:02:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00891531
Message ID:
00891538
Views:
14
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform