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

H3_TO_STRING



Converts the representation of the given H3 index to the string representation.

Syntax

H3_TO_STRING(h3)

Examples

SELECT H3_TO_STRING(635318325446452991); ┌──────────────────────────────────┐ │ h3_to_string(635318325446452991) │ ├──────────────────────────────────┤ │ 8d11aa6a38826ff │ └──────────────────────────────────┘

Was this page helpful?