Answers for "oracle search in date columns"

SQL
0

oracle search in date columns

select * from table
where es_date=TO_DATE('27-APR-12','dd-MON-yy')
Posted by: Guest on February-12-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language