MySQL Últimos 7 días, incluidos hoy

SELECT * FROM `account` 
WHERE DATE(created_at) > (NOW() - INTERVAL 7 DAY)
hexeditor