Datatype Functions

Datatype functions include operations on specific data types.

Syntax
datatype_function ::= string_function | numeric_function | date_function | 
You can use these functions in the following ways:
  • Cast and Convert Function: For datatype transformations.
  • Date Function: For date/time operations.
  • Numeric Function: For numeric calculations.
  • String Function: For string manipulation.