Hi,
I have a table "Users" with a primary key usr_userid. I made a view table called "AllUsers" which includes the table "Users" and a couple of other tables with the use of joins.
When I do a count on Users, it returns 939 record. And the view returns 933. So I would like to create a view which displays the usr_userid's of the 6 records which are not displayed in the view, but do exist in the table Users.
Is it possible to do this? If so, how?
I have a table "Users" with a primary key usr_userid. I made a view table called "AllUsers" which includes the table "Users" and a couple of other tables with the use of joins.
When I do a count on Users, it returns 939 record. And the view returns 933. So I would like to create a view which displays the usr_userid's of the 6 records which are not displayed in the view, but do exist in the table Users.
Is it possible to do this? If so, how?