OceanBase Database supports both explicit and implicit type conversion.
Explicit type conversion is implemented using the CAST function.
When an operation requires a specified type of parameter but the actual parameter value in the statement is not of the specified type, OceanBase Database converts the parameter value to the specified type before proceeding with subsequent operations. This process is known as implicit type conversion.