In Oracle I'm getting the error:
Error Date format Picture Ends Before Converting Entire Input String
when I'm running the following query:
SELECT *
FROM TABLE
WHERE (trunc(sysdate) - to_date (completion_date,'YYYY-MM-DD'))>0
The completion_date field is in varchar and its value is 2018-11-30 00:00:00.723000