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