hiii...
I have user data in a two column table..
table A
id___name
01___jason
02___robert
03___cecil
04___linda
05___dave
table B
id___employ
02___manager
03___teller
04___teller
i want to compare it.
i want to choose the one in the rows that does not exist in table B..
for example : 01__manager from table B
thx
I have user data in a two column table..
table A
id___name
01___jason
02___robert
03___cecil
04___linda
05___dave
table B
id___employ
02___manager
03___teller
04___teller
i want to compare it.
i want to choose the one in the rows that does not exist in table B..
for example : 01__manager from table B
thx
Comment