I need to get a table from database where (date_column_name)<Today.
The format of the value in the column date_column_name is dd-MM-yy but while the sql query is given as
“Select * From Work Where inputdate<‘19-08-22’;”
The error is thrown as ORA-01843: not a valid month