T
Tom Nowak
I have an ASP.NET Web application that I want to write a query or stored
procedure for.
I want to get the results from two tables. One result set will contain all
the names in one table. The second result set will contain some names from a
second table. Then, I want to display the names that are in the first table
that are NOT in the second table.
Any suggestions would be appreciated.
procedure for.
I want to get the results from two tables. One result set will contain all
the names in one table. The second result set will contain some names from a
second table. Then, I want to display the names that are in the first table
that are NOT in the second table.
Any suggestions would be appreciated.