Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Level extraction
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00436488
Message ID:
00436491
Vues:
17
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;
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform