I cant figure out a where clause to get me the last 30 days of data from a table
Select DATE_ADDED
From INFORMENT.PRODUCT_OFFER_PURCHASE
WHERE ??????-30
I have tried WHERE NFORMENT.PRODUCT_OFFER_PURCHASE.DATE_ADDED > sysdate-30 and that doesn't get me anywhere.