Hi i have issue i cant solve, i have 2 views looking something like this:
Table 1(inserted users) ---------------------- Table 2(deleted users)
[Name] [Date] | [Name] [Date] |
---|---|
John ---- | John ---- |
Andrew ---- | Michael ---- |
Michael ---- | |
Sam ---- |
And my task is to create a view based only of those 2 views, that contains only STILL EXISTING users, hence check if user with some NAME apper on the deleted table and exclude those from inserted users. I cant figure it out...