0
relix3000 created
Hi, I am learning several things related to ABP. Fantastic framework! I am having a big issue creating a NOT IN Subquery. Basically in SQL I'd write...
SELECT * FROM TABLE1 WHERE Table1.ID NOT IN (Select ID from TABLE2)
How would I go writing something like that in ABP?