Computer Science, asked by Shivam4621, 11 months ago

How to add 5 hours to current time in MySQL?

Answers

Answered by farhanimtiyaz327
0

SELECT *

FROM courses

WHERE DATE_ADD(NOW(), INTERVAL 5 HOUR) > start_time

Similar questions