How to convert Numbers to Words in PLSQLRumesh Aponso (RMAX)Nov 22, 20241 min read--julian date must be between 1 and 5373484 SELECT 12358, (TO_CHAR(TO_DATE(12358, 'j'), 'jsp')) FROM DUAL Output:Related Links:Spell the number - Ask TOM
Comments