I was wondering if someone knew of a way to exclude the third Wednesday of each month from my SQL code using the appointment date?
SELECT
appointment_date,
appointment_sequence,
appointment_type,
appointment_type_code,
local_treatment_function,
data_as_at
FROM
SC_TrakCare_live.dbo.vw_clinic_slots_P14N
WHERE
resource_code = 'GNK'