Prova con
codice:
select *
from utenti, tab1, tab2
where tab1.campo = tab2.campo and id_utente in (select id_utente from tab1) and id_utente in (select id_utente from tab2)
non garantisco Dimmi che ti stampa...