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

TO_UINT32



Converts a value to UINT32 data type.

Syntax

TO_UINT32( <expr> )

Examples

SELECT TO_UINT32('123'); ┌──────────────────┐ │ to_uint32('123') │ ├──────────────────┤ │ 123 │ └──────────────────┘

Was this page helpful?