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
What is data dictionary in c#?
What is sorting in c#?
What are data types with examples?
What is the data provider name to connect to access database?
What is inner class in c#?
What is difference between web and window application?
What is difference between ilist and list?
Explain the difference between directcast and ctype.
What is parallel foreach in c#?
What is the difference between system.string and system.text.stringbuilder classes?
What are the concepts of dispose method?
Which function is the entry point for a DLL in MS Windows 3.1?
What is the difference between ref and out in c#?
Does a loop recorder have to be removed?
What is an escape sequence in c#?