Utilizei o código:
SELECT nome, cpf, cidade, estado
from TabelaClientes
where cpf like '6%' and cidade = 'Rio de Janeiro';
Utilizei o código:
SELECT nome, cpf, cidade, estado
from TabelaClientes
where cpf like '6%' and cidade = 'Rio de Janeiro';