SQL FunctionsConversion FunctionsTO_FLOAT32On this pageTO_FLOAT32Converts a value to FLOAT32 data type. Syntax TO_FLOAT32( <expr> ) Examples SELECT TO_FLOAT32('1.2');┌───────────────────┐│ to_float32('1.2') │├───────────────────┤│ 1.2 │└───────────────────┘