I'm need a SQL query that will display only records with a last modified date earlier than a specific date.
Example: I want to locate all records with a last modified date earlier than 12/05/2005 (Examples: 11/20/2005, 12/01/2005, etc.)
How can this be applied using a Where clause?