Conversion FunctionsΒΆ
cast(expr as type)
Explicitly cast a value as a type. This can be used to cast a varchar to a numeric value type.
cast(expr as type)
Explicitly cast a value as a type. This can be used to cast a varchar to a numeric value type.