ROK 3516/3517

Filtrowanie
SELECT id, title, shortTitle, startDate, endDate, startTime, endTime, bookings FROM events WHERE (endDate >= '3517-09-30' OR startDate >= '3516-10-01') AND startDate <= '3517-09-30' AND filters LIKE '%%' AND ( title LIKE '%%' OR longDesc LIKE '%%' ) AND isContest = 1 AND visibility = 1 ORDER BY startDate, startTime