sql_query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
SELECT DISTINCT tabSquadre.id, tabSquadre.nome AS club
FROM tabSquadre INNER JOIN tabCarriereSquadre ON tabSquadre.id = tabCarriereSquadre.idSquadra
WHERE tabCarriereSquadre.stagione_inizio >= '2025-09-01' AND tabCarriereSquadre.stagione_inizio <= '2026-07-01' AND |