Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
F
Devi fare una join perchè stai estraendo i dati da due tabelle diverse.
Così dovrebbe andare
SELECT t1.nome, t2.tipologia FROM anagrafica t1 JOIN attivita t2 ON t1.id_user = t2.id_user WHERE id_user = 1