MS Access Cast
- cast_decimal
Returns the value of "expression" cast as a decimal. - cast_float
Returns the value of "expression" cast as a float. - cast_integer
Returns the value of "expression" cast as an integer. - cast_numeric
Returns "string_expression" cast as a numeric value. - cast_real
Returns the value of "expression" cast as a real value. - cast_smallint
Returns "expression" cast as a small integer. - cast_varchar
Returns the value of "expression" cast as a variable character field.
Parent topic: MS Access