``` I need to create a sql statement as below select * from <table> where <column> = To_Date('2009-07-31','YYYY-MM-DD') How do i do this ?? ``` Original issue reported on code.google.com by `madh...@gmail.com` on 22 Jul 2010 at 9:11