NUMERIC_CAST
General Form:
- NUMERIC_CAST(numeric-type, numeric-expression)
The NUMERIC_CAST expression is used to declare a numerical value as belonging to the specified numeric type. No checks are performed that the result makes sense. As such this is a quick operation.
See also:
ENUM_CAST
SYM_CAST