Avatar of denwo1982
denwo1982
 asked on

SQL Server Alternative date range

Hi, I have the below SQL code that I use in PL/SQL (Oracle) I need a similar statement for T-SQL (SQL Server) . Basically when I run this on 1st June 2007 it will bring back data between June 2006 to May 2007

AND TO_DATE(TO_CHAR(OPHEADM.INVOICE_DATE,'mmyyyy'),'mmyyyy') >= TO_DATE(TO_CHAR(ADD_MONTHS(SYSDATE, -12), 'mmyyyy'),'mmyyyy')
      AND  TO_DATE(TO_CHAR(OPHEADM.INVOICE_DATE,'mmyyyy'),'mmyyyy') < TO_DATE(TO_CHAR(SYSDATE, 'mmyyyy'),'mmyyyy')

Thanks
Microsoft SQL Server

Avatar of undefined
Last Comment
Qlemo

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Qlemo

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes