Book Contents

Book Index

Next Topic

Home

HASH

HASH calculates a hash value over its arguments, producing a value in the range 0 <= x < 263 (two to the sixty-third power or 2^63).

Syntax

HASH ( expression [ ,... )

Semantics

 

expression

is an expression of any data type. For the purpose of hash segmentation, each expression is a column reference.

Notes

Examples

HASH (C1, C2)