I'd like to make a chart that gives me data from last week.
I tried to use this code but it errors out.
where (time_stamp::date > dateadd(day, -7, now()::date))
I also tried
(ud.time_stamp::date between now() and dateadd(day, -7, now()::date))
It gives me this error
Error running query: Specified types or functions (one per INFO message) not supported on Redshift tables.