Error 3048: Out of range error
Error Code
SQLSTATE
Error
Description
Possible Causes and Solutions
Function Arguments Outside the Expected Bounds
SELECT ST_GeoHash(181,30,15);
ERROR 3048 (HY000): Out of range error: Longitude should be [-180,180] in function ST_GeoHash.SELECT ST_GeoHash(180,30,15);
+-----------------------+
| ST_GeoHash(180,30,15) |
+-----------------------+
| xvrfxvrfxvrfxvr |
+-----------------------+Last updated
Was this helpful?

