SQL FunctionsConversion FunctionsTO_INT64On this pageTO_INT64Converts a value to INT64 data type. Syntax TO_INT64( <expr> ) Examples SELECT TO_INT64('123');┌─────────────────┐│ to_int64('123') │├─────────────────┤│ 123 │└─────────────────┘