MYSQL select with 2 dates condition
08:31 29 Mar 2019

In my database, I have 2 different dates. A move date and a event date. I would like to run a query by event date. But if there is no event date, so i want use the move date. Is there a MYSQL code that does this? Like this: "where if .." Of course the result is in descending order date. Thanks !

mysql coalesce fallbackvalue