I'm beginner. I have a problem that I can't solved. I would like to add the arguments for DATE. But I have an exception: ORA-01830: date format picture ends before converting entire input string. My code is below.
AND
TO_DATE(so.org_due_date,'DD-MM-YYYY') >= ('01-11-2021')
Can somebody give tips how can I add this arguments? Thanks every1 for help. I appreciate that.