/
GEOHASH_ENC
GEOHASH_ENC
Syntax
GEOHASH_ENC(<number>;<number>)
Description
Encodes the given latitude and longitude into a geohash value with precision of 12 digits.
The purpose of the geohash.org service is to offer short URLs which uniquely identify positions on the Earth, so that referencing them in emails, forums, or websites is more convenient.
Example
Column1 | GEOHASH_ENC() returns |
---|---|
57.64911;10.40744 | u4pruydqqvj |
, multiple selections available,
Related content
GEOHASH_ENC
GEOHASH_ENC
More like this
GEOHASH_DEC_LAT
GEOHASH_DEC_LAT
More like this
GEOHASH_DEC_LONG
GEOHASH_DEC_LONG
More like this
ENC_BASE64
ENC_BASE64
More like this
URL_ENCODE
URL_ENCODE
More like this
SHA_256
SHA_256
More like this