SQL - Lavorare con piĆ¹ tabelle


Alla base dei database
SELECT * FROM Province INNER JOIN ComuniItalia ON Province.CodIstatPV = ComuniItalia.PV;