Ola estou rodando o select abaixo, mas da o seguinte erro "Operand should contain 1 column(s)"  select ca.`NOME_SEL_CANDIDATO`,ca.`RG_SEL_CANDIDATO` from sel_candidato ca, `sel_inscricao` i,`sel_boletos` b, `sel_classificados` c where ca.`RG_SEL_CANDIDATO` = i.`RG_CANDIDATO_SEL_INSCRICAO` and   i.`ID_SEL_INSCRICAO` = b.`INSCRICAO_SEL_BOLETOS` and   i.`ID_SEL_INSCRICAO` = c.`INSCRICAO_SEL_CLASSIFICADOS` and   b.`STATUS_SEL_BOLETOS` = 'S' AND  c.`INSCRICAO_SEL_CLASSIFICADOS` NOT IN (SELECT * FROM `sel_classificados`)