I want to convert a particular date to sysdate format in SQL developer.
The date I have is : 2020-05-04 00:00:00.0
The date I want is : 04-MAY-20
I have tried using to_date and trunc but I'm not able to figure out how it would work for me.
I want to convert a particular date to sysdate format in SQL developer.
The date I have is : 2020-05-04 00:00:00.0
The date I want is : 04-MAY-20
I have tried using to_date and trunc but I'm not able to figure out how it would work for me.