I have a table with 4 different columns, 2 of them indicating the beginning (date and time) and another 2 indicating end (also date and time). Is there a way to sort the result so that it prioritizes the most recent event? for example: If the end is more recent (date + time) it would order by the end and if the beginning was more recent (date + time) it would order by the same. Thanks
I practice: