Hi there is a column called "ReviewDate"
data in this column is of the following format:
2/18/2008 7:26:16 AM
This column has multiple years. I am writing a stored procedure and would like to grab records where
ReviewDate is 5 days earlier than todays date
How would one do this? thanks
data in this column is of the following format:
2/18/2008 7:26:16 AM
This column has multiple years. I am writing a stored procedure and would like to grab records where
ReviewDate is 5 days earlier than todays date
How would one do this? thanks