Quantcast
Viewing all articles
Browse latest Browse all 72043

Query with type Date and type UtcDateTime

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."


Viewing all articles
Browse latest Browse all 72043

Trending Articles