$q = 'select * from mytable where latest_timestamp_date BETWEEN NOW() AND NOW() + INTERVAL 7 DAY order by latest_timestamp_date desc limit 20;';