SyntaxFix
Write A Post
Hire A Developer
Questions
Use Date convert to compare with date: Try This:
select * from table where TO_DATE(to_char(timespanColumn,'YYYY-MM-DD'),'YYYY-MM-DD') = to_timestamp('2018-03-26', 'YYYY-MM-DD')