Scalar FunctionsType Functions
to_numeric
Extract numeric value from dynamic or pass through numeric types. Non-numeric values become null.
Syntax
to_numeric(value)Parameters
Prop
Type
Returns: real
Examples
Example 1
print to_numeric(dynamic(793))| print_0 (real) |
|---|
| 793.0 |