Say I am trying to sort through and I want to see the dates 10/22/2020, 10/23/2020, 10/24/2020, and/or 5/5/2020. How could I do this? When I run with the following code it will not work.
AND appointmentsTable.scheduledDate = @startDate
AND appointmentsTable.scheduledDate = @date2
AND appointmentsTable.scheduledDate = @date3
AND appointmentsTable.scheduledDate = @endDate