Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Level extraction
Message
From
31/10/2000 14:53:24
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Level extraction
Miscellaneous
Thread ID:
00436488
Message ID:
00436488
Views:
50
HI, lets say I have tow tables :
Item :

Field Field Name Type Width Dec Index Collate Nulls
1 ITEM Character 50 Asc Machine No
2 COST Integer 4 No

Bom :

Field Field Name Type Width Dec Index Collate Nulls
1 ITEMPARENT Character 50 No
2 ITEM Character 50 No
3 QUANTITY Integer 4 No

I have a query definition that is working well in Access but not in VFP.
SELECT Item.Item
FROM Item LEFT JOIN BOM ON Item.Item = BOM.ItemParent
WHERE ((BOM.ItemParent) Is Null)
GROUP BY Item.Item;

In Access I get the result "E", "F" and "G". But in VFP, nothing. Why is that ?

Thank tou,
Christian
Next
Reply
Map
View

Click here to load this message in the networking platform