|
Hi to all ,
Again i getting confused with conversion function especially Explicit data type conversions. some cases oracle server automatically converts the data to the required type. This is called IMPLICIT CONVERSION. Explicit conversions are done by using the conversion functions.
Oracle Explicit Data Type Conversions are
1 TO_CHAR 2 TO_DATE 3 TO_NUMBER
I read some books i need clear example Implicit , Explicit type conversions. (using to_char , to_date) Thank you..
|