Cast a Table Column
Converts a table column to a specified data type.
Overview
Syntax
Examples
1. Cast Integer Column to Float (Decimal)
cast the table's "Amt" column to "float"2. Cast Numeric Column to String (Text)
3. Cast Column to Integer with Blank Value
4. Cast Column to Float with Custom Blank Value
Last updated
Was this helpful?

