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

STRING_TO_H3



Converts the string representation to H3 (uint64) representation.

Syntax

STRING_TO_H3(h3)

Examples

SELECT STRING_TO_H3('8d11aa6a38826ff'); ┌─────────────────────────────────┐ │ string_to_h3('8d11aa6a38826ff') │ ├─────────────────────────────────┤ │ 635318325446452991 │ └─────────────────────────────────┘

Was this page helpful?