0
I have two columns of the kind DATETIME: one is called dateHoraSaida and another dateHoraReturn into a table called trip. I would like to enter two dates (a break) and know if there is already any record in this range of dates. Example: I wonder if in the range 2017-01-01 00:00:00 2017:01-09 00:00:00 there is already some record.
Thank you very much!
Edit your response by guiding operator usage
BETWEEN
.– Maurivan