📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

TO_FLOAT64



Converts a value to FLOAT64 data type.

Syntax

TO_FLOAT64( <expr> )

Examples

SELECT TO_FLOAT64('1.2'); ┌───────────────────┐ │ to_float64('1.2') │ ├───────────────────┤ │ 1.2 │ └───────────────────┘

Was this page helpful?