compare 2 tables common columns data
600032Sep 21 2011 — edited Sep 21 2011Hi,
I want to compare 2 tables data for same column names. For example: I have 2 tables temp1(id,name,dept,location) and temp2(id,dept,profile,DOB) and want to get different records in these two tables. This I have to do for more than 250 tables so its hard to get similar column manually and then write sql with similar column details.
Thanks,
Sandeep