mysql check datetime equals date

Solutions on MaxInterview for mysql check datetime equals date by the best coders in the world

showing results for - "mysql check datetime equals date"
Joaquín
17 Oct 2017
1SELECT * FROM `calendar` WHERE DATE(startTime) = '2010-04-29'