Hear is my code want to know how will IsActive ='Y' Automatic After 90 Days
SELECT * FROM FacultyRelievingDetails
WHERE ApplyDate >= DATEADD(DAY, -90, ApplyDate) And FacultyId='LCVD-2003396' AND CollegeId=387 AND IsRelieved='Y'
please Help Me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
NitinPosted Jun 8, 2016, 3:33 AM