How to write this procedure? [message #362091] |
Sun, 30 November 2008 15:24  |
parikhvh
Messages: 2 Registered: November 2008
|
Junior Member |
|
|
Please help me to write this procedure!!!
Problem 1(a): In PL/SQL Oracle write a procedure that is going to get the input (number between 1 and 10) and it is going to return them in characters. [USE THE PREDEFINED FUNCTIONS NOT THE CONTROL STRUCTURE] EXAMPLE: GETTING 1 AND RETURNING 1 NOT ONE
I guess I need to use ToChar() function
I would really appreciate your help.
Thanks
|
|
|
|
|
|
|