SyntaxFix
Write A Post
Hire A Developer
Questions
You can truncate the date
SELECT * FROM Table1 WHERE trunc(field1) = to_Date('2012-01-01','YYY-MM-DD')
Look at the SQL Fiddle for more examples.