CURRENT is used with the DATETIME data type to indicate precision (year, month, day, hour, minute, second, fraction) to be used with DATETIME data manipulation so try using "today" which gives you today's date:
SELECT Date from Table1 where Date > today and Date < today + 7