I\'m trying to figure out how to write a MySQL query that will return the closest 3 events in terms of date.
This is my table:
EVENT_ID EVENT_NAME
SELECT event_id FROM Table ORDER BY EVENT_START_DATE LIMIT 3