Follow the below query for two table minus query:
SELECT field1,field2 FROM tableA
WHERE field1 NOT IN ( SELECT field1 FROM tableB)
SELECT field1,field2 FROM tableA
WHERE field1 NOT IN ( SELECT field1 FROM tableB)
In Finnish, the imperfekti is the past tense that describes actions that happened in the past, like the English simple past (e.g., "I ...
No comments:
Post a Comment