Point ID Length

From IMSMA Wiki
Revision as of 17:44, 6 February 2014 by Alnaucler (talk | contribs) (Created page with "SELECT Count(geopoint_guid), length(pointlocal_id) FROM geopoint GROUP BY length(pointlocal_id) ORDER by length(pointlocal_id) Category:NoPublic")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SELECT Count(geopoint_guid), length(pointlocal_id)

FROM geopoint

GROUP BY length(pointlocal_id)

ORDER by length(pointlocal_id)