Saturday, 7 October 2017

Conversion Functions

Conversion Functions converts a value from one data type to another data type.

SQL Conversion and format functions



Oracle
1CASTConvert one built-in data type into another
2TO_CHAR for Datetime  Convert datetime to string
3TO_DATEConvert string to datetime
4TRANSLATEOne-to-one single-character substitution
5UNISTRConvert Unicode code points to characters


No comments:

Post a Comment