I have table MyCalendar with field DayDate with type Date. Is it possible to make query with type Date and UtcDateTime ?
select HcmEmployment
join MyCalendar
where HcmEmployment.ValidFrom <= MyCalendar.DayDate
I have error: "Operand types are not compatible with the operator."