this is my sql query
delete FROM 
SubMaster_test1 
where SubMasterId in (select * 
from SubMaster_test1 where AgentId 
not in (select distinct
introducer from SubMaster_test1 
where introducer is not null))
i'm getting following error
[Err] 1241 - Operand should contain 1 column(s)