Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding LEFT JOIN
Message
From
23/08/2005 10:23:30
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01042886
Message ID:
01042916
Views:
38
>>
>>SELECT Billing_charges.*, Viscodes.ccode_description;
>> FROM ;
>>     Billing_charges ;
>>    LEFT OUTER JOIN VisCodes ;
>>   ON  Viscodes.ccode_value LIKE ( Billing_charges.crevenue_code+"%" );
>>  AND Viscodes.ccategory_description LIKE ( "REVENUE_CODES%" )
>> WHERE  Billing_charges.cbilling_main_fk = ( ?vp_cBilling_main_fk )
>>
>
>The View designer doesn't take it :(

So define the view by hand. There are a number of valid views and queries you can't write in the VD/QD.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform