Point ID Length
SELECT Count(geopoint_guid), length(pointlocal_id)
FROM geopoint
GROUP BY length(pointlocal_id)
ORDER by length(pointlocal_id)
SELECT Count(geopoint_guid), length(pointlocal_id)
FROM geopoint
GROUP BY length(pointlocal_id)
ORDER by length(pointlocal_id)