Return past 3 appointment and next 3 appointments
Advertisements I need to get the past 3 appointments and the next 3 appointments from a certain date. Each of these queries give the expected result. My problem is that I need the results together. I can’t use UNION because I need to use ORDER BY in both queries. How can I accomplish this? –This… Read More Return past 3 appointment and next 3 appointments