SyntaxFix
Write A Post
Hire A Developer
Questions
Answer marked is misleading. The question stated is DateTime, but stated what was needed was just CURDATE().
DateTime
CURDATE()
The shortest and correct answer to this is:
SELECT * FROM users WHERE created >= CURRENT_TIMESTAMP;