donde la fecha mayor hoy mysql

SELECT * FROM users WHERE created >= CURRENT_TIMESTAMP;
Difficult Dormouse