+ 4
--Get 3 month from now: DECLARE @threemonthago SET @threemonthago = DATEADD(MONTH, -3, GETDATE()) SELECT * FROM table WHERE record_date >= @threemonthago
11th Apr 2019, 2:56 PM
CalviŐ˛
CalviŐ˛ - avatar