query: select * from desccamp where serie like 'B2' and sesso like 'F' and girone like 'PA' and stagione like '2022')
query: select Sesso , Serie , Giornata from ARCCA0F where Serie like 'B2' and Sesso like 'F' and Stagione = 2022 group by Giornata)
query selgirone: select DISTINCT girone, testo from desccamp where serie = 'B2' and stagione like '2022' AND sesso = 'F' order by testo )