query: select * from desccamp where serie like 'SI' and sesso like 'F' and girone like 'A' and stagione like '2023')
classificacampionato_2018(SI, 2023, A, 1, F, A, , classificacampionati))
query: select Sesso , Serie , Giornata from classificacampionati where Serie like 'SI' and Sesso like 'F' and Stagione = 2023 group by Giornata)
query selgirone: select DISTINCT girone, testo from desccamp where serie = 'SI' and stagione like '2023' AND sesso = 'F' order by testo )