Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql vfp 9 probleme
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01570477
Message ID:
01571628
Views:
60
>hi Boris,
>
>i have a little problem....
>
>if i want ALL R1.Cnomcustomer but also R1.Cnomcustomer without Etats...
>
>it's possible ?


As Peter said change INNER JOIN to LEFT JOIN:
* From
....
FROM Amline!Resident R1;
 INNER JOIN
...

* To:
FROM Amline!Resident R1;
LEFT JOIN
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform