I need to select all events that are 'active' in a specifc time range.
This is how my table looks like
+---------------+------------------+----------------+
| cmde_eid | cmde_edate_start | cmde_edate_end |
+---------------+------------------+----------------+
I have two dates for this select, and I need to get all events that are active in the time range or a part of the time range.
Any suggestions?