add 2 hours to current time in mysql

Solutions on MaxInterview for add 2 hours to current time in mysql by the best coders in the world

showing results for - "add 2 hours to current time in mysql"
Maximilien
29 Feb 2017
1SELECT * 
2FROM courses 
3WHERE DATE_ADD(NOW(), INTERVAL 2 HOUR) > start_time