Hi Friends
i am working for association management project. my database is mssql i am having 2 tables as below
1. table name is community_username
ASCN_NAME COM_NAME URFNAM Email_id URAC
Name1 Commname1 Name1 Email1 Yes
Name1 Commname1 Name2 Email2 Yes
Name1 Commname1 Name3 Email3 Yes
Name2 Commname1 Name1 Email1 Yes
Name2 Commname1 Name2 Email2 Yes
Name2 Commname1 Name3 Email3 Yes
2. Table Name is log_list
Ascn_name Com_name Request_no Reviewer_id Status Log content Email_id
Name1 Commname1 2013/mar/001 Name1 Denied Content Email1
Name1 Commname1 2013/mar/001 Name2 Approved Content Email2
Name1 Commname1 2013/mar/001 Name3 Approved Content Email3
Name1 Commname1 2013/mar/002 Name1 Denied Content Email1
Name1 Commname1 2013/mar/002 Name2 Approved Content Email2
Now i want to compare 2 table and i want to display only the URFNAM from community_username which is not in log_list table for ascn_name.
Can any help me to find the solution