hi,
how to match retrieve the unmatched records from 2 tables
in which we dont have any primary key. example : table1 has
1,2,3,4,5 and table2 has 1,2,3,4,5,6,7,8,9,10 and i want
the numbers from 6 to 10 to be displayed and should not
come as null. i need the numbers. please reply as soon as
possible.
Answer Posted / newbie
SELECT * from Table2
EXCEPT
SELECT * FROM Table1
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to delete existing triggers using "drop trigger"?
List few advantages of stored procedure.
What are the types of resultset?
what is a join? : Sql server database administration
What is difference between temp table and cte?
How to assign null values to variables or columns?
How to connect to a sql server using odbc_connect()?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
Describe how to use linked server?
What is isnull() operator?
Describe different Processing Modes offered by SSRS?
What is explicit mode in sql server?
What is the difference between char and varchar2 datatype in sql?
List the various tools available for performance tuning?
What kind of problems occurs if we do not implement proper locking strategy?