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