Viewing 2 posts - 1 through 2 (of 2 total)
Thanks a lot for the feedback will do that!
January 19, 2022 at 7:41 am
#3974543
In Order to Get the last 12 month including days
SELECT * FROM my_table where DATEDIFF(DAY, created_date , GETDATE()) <= 365
January 18, 2022 at 4:16 pm
#3974296