Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Level extraction
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00436488
Message ID:
00436491
Views:
16
Actually, I just noticed the real problem.

Try this instead,

SELECT Item.Item;
FROM Item ;
WHERE item.item NOT IN;
(SELECT Itemparent from BOM);
GROUP BY Item.Item;


>Christian,
>
>Try isnull() instead of value=null
>
>SELECT Item.Item
>FROM Item LEFT JOIN BOM ON Item.Item = BOM.ItemParent
>WHERE isnull(BOM.ItemParent);
>GROUP BY Item.Item;
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform