I have this code set up but I know the 3rd line is wrong. Could someone please help me on the code for pulling all entries for todays date -90 days? I would really appreciate it and thanks for helping.
SELECT *
from view1_4t
where DOB_ = (getdate()-90)
GO
SELECT *
from view1_4t
where DOB_ = (getdate()-90)
GO
Comment