Fungsi SQL to Char dengan tanggal
SELECT
TO_CHAR( sysdate, 'YYYY-MM-DD' )
FROM
dual;
True Blue
SELECT
TO_CHAR( sysdate, 'YYYY-MM-DD' )
FROM
dual;