would you tell me the function? I want to convert varchar2 type to number type or convert number type to varchar2 type.
please help
thanks
Printable View
would you tell me the function? I want to convert varchar2 type to number type or convert number type to varchar2 type.
please help
thanks
Hi:
With the function TO_NUMBER and TO_CHAR.
Regards.
[email protected]
:)thanks