For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I have problem running query when my column name is called date.
select * from table1
WHERE to_char(DATE,'yyyymmdd')>='20200101'