i want display a given number into Rupees Format

Like
Given number is : 156735

my Expected output is 1,56,735.

how to display?

Answer Posted / amarendra kala

For oracle.............

select to_char(156735,'999,99,999.') from dual


output:- 1,56,735.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are some examples of desktop applications?

494


Explain the difference between and xml documentation tag?

491


While debugging a C# application can you change the value of a variable?

532


What is int parse in c#?

482


What happens if a static constructor throws an exception?

486






What is difference between dictionary and hashtable in c#?

424


What is delegation in oops?

514


Are c# objects passed by reference?

458


Why do we need singleton pattern in c#?

481


What does private void mean in c#?

535


Explain the process of Serialization?

542


Why do we need to override in c#?

516


What are value types in c#?

496


What is generic in c#?

450


What do you understand by 'access specifiers' in C#?

516