while selecting a date column in oracle, I want to Convert that date column into dd/mm/yyyy
with out using a to_char function. Please suggest is there any way to get the required output.
My Date Format is DD-MMM-YY
and I want to convert into dd/mm/yyyy
without using to_char function