Ubah format tanggal dalam kueri Oracle

select to_char(date_column,'YYYY-MM-DD') from table;
Encrypter