Answers for "change the date format of a column in oracle"

SQL
0

change date format in oracle query

select to_char(date_column,'YYYY-MM-DD') from table;
Posted by: Guest on August-12-2021

Code answers related to "change the date format of a column in oracle"

Code answers related to "SQL"

Browse Popular Code Answers by Language