Posts by Diego Pozzolini • 21 points
1 post
-
2
votes3
answers8342
viewsQ: SELECT in a table using NOT EXISTS SQL (SERVER 2012)
I’m trying to make a select tb1 using Where NOT EXISTS (select* tb2) I am trying to select the line in tb1 that does not exist in tb2 to perform an INSERT later. But when testing in select it is not…