I have a table that has a column ‘inspect_date’. This column contains dates in the format DD/MM/YYYY HH:MM:SS. I am trying to find the records that fall between April 2012 and September 2012. What can I put in my WHERE clause to be able to do this?
I’m using Microsoft SQL Server 2008.
1 Answer