I want to retrieve data from within 60 days of a created_at date. Here are two columns:
SomeValueColumn, created_at. I only want data for each row of the SomeValueColumn WHERE the created_at date is within 60 days.
What is the most efficient way of doing this? I can't seem to figure out the where statement.