Hello everyone, help a newbie.
There is a MySQL table with EventID columns | Start | End
Start and End is a datetime type: the beginning and end of the event.
There is a date, for example the current one. What does a SQL query look like if you need to pull records that intersect with a certain date?