Mysql
 sql >> Datenbank >  >> RDS >> Mysql

MySQL If Date-Anweisung?

SELECT IF(CURDATE() > `start`, TRUE, FALSE) as QueryResult
FROM `tableName`