
Hi
i need to use a "NOT IN" SQL statement with my x++ Query . i can't find out how to use it.
my problem is that i'm trying to check out if a specific record already exist in a list of other records.
best regards
*This post is locked for comments
I have the same question (0)X++ doesn't support IN operator directly, but you can use notexists join.