I see that there’s the TO_CHAR() function can format numbers.
However, I cannot find what formatters I can use to add thousand separator to a number.
E.g. 999999999 → 999,999,999
I see that there’s the TO_CHAR() function can format numbers.
However, I cannot find what formatters I can use to add thousand separator to a number.
E.g. 999999999 → 999,999,999