I m having below structured two tables
table1 name - trans_log
Trans_id,
Msisdn,
keyword,
event
table2 name - recon_log
Trans_id,
Msisdn,
keyword,
event
Trans_id and msisdn both having same value in both table but keyword and event having different values in both table for same records. that records i need to get . please help me how to get
-
Dhivakaran T