Returns GeoHash of the geometry with given precision
Signatures
ST_GeoHash(geom: Geometry, precision: Integer)
Parameters
The number of decimal places.
Return type
Example
SELECT ST_GeoHash(ST_GeomFromText('POINT(21.427834 52.042576573)'), 5) AS geohash