I have data I am trying to pull for a report and I am working on a Year to Date report. My columns in the table are formatted as datetime. I am trying to run a select statement
Yes, it's remarkably easy in fact:
WHERE YEAR(A.[reimbursementDate]) = YEAR(GETDATE())