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

SIPHASH64



Produces a 64-bit SipHash hash value.

Syntax

SIPHASH64(<expr>)

Aliases

Examples

SELECT SIPHASH('1234567890'), SIPHASH64('1234567890'); ┌─────────────────────────────────────────────────┐ │ siphash('1234567890') │ siphash64('1234567890') │ ├───────────────────────┼─────────────────────────┤ │ 1811064819787598307318110648197875983073 │ └─────────────────────────────────────────────────┘

Was this page helpful?