Aiuto dove diavolo sbaglio???
SELECT * FROM utenti
WHERE ute_id
IN
(
SELECT int_ute_id
FROM interessi_cat
GROUP BY int_ute_id
)
ORDER BY ute_cognome ASC, ute_nome ASC
Aiuto dove diavolo sbaglio???
SELECT * FROM utenti
WHERE ute_id
IN
(
SELECT int_ute_id
FROM interessi_cat
GROUP BY int_ute_id
)
ORDER BY ute_cognome ASC, ute_nome ASC
La VERTENZA é NULLA senza CONTRATTO