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