codice:
SELECT e.* 
FROM eventi AS e 
left join othello_serate AS o ON e.ID = o.ID_EVENTO 
WHERE o.ID_EVENTO IS NULL
ORDER BY DATA_EVENTO