SQL FunctionsConversion FunctionsTO_FLOAT64On this pageTO_FLOAT64Converts a value to FLOAT64 data type. Syntax TO_FLOAT64( <expr> ) Examples SELECT TO_FLOAT64('1.2');┌───────────────────┐│ to_float64('1.2') │├───────────────────┤│ 1.2 │└───────────────────┘