Rachel
Rachel

Reputation: 103607

How to put commas in numbers without using to_char?

I have variable defined as NUMBER type and it has values like 2314514512 how can I add comma to this number so that it appears like 2,314,514,512 without using to_char?

Upvotes: 0

Views: 1035

Answers (1)

Rachel
Rachel

Reputation: 103607

I was able to solve the issue as I did formatting part from the reporting tool before rendering data back to the user.

Upvotes: 1

Related Questions