SQL FunctionsConversion FunctionsTO_INT32On this pageTO_INT32Converts a value to INT32 data type. Syntax TO_INT32( <expr> ) Examples SELECT TO_INT32('123');┌─────────────────┐│ to_int32('123') │├─────────────────┤│ 123 │└─────────────────┘