TABLE A
===========
e_id rid
160972 906913
160972 906915
160973 906924
160973 2258655
160973 2258656
160973 2258657
160973 2258658
TABLE B
==========
nid ip_id
160972 906916
160973 2258657
How do i get all the ip_id of table B not present in table A in mysql ? Get the nid of table B whose ip_id is not present in table A.
Expected Result
---------------
nid ip_id
160972 NULL