425 bytes added,
20:16, 7 April 2015 The Locale fix tool has problems handling userenteredcoord with comma or dot before the pipes e.g. -74:57:04,|06:06:16,5|es|ES|. The solution is to add a zero between the comma/dot and the pipe.
<pre>
SELECT
geopoint.userenteredcoord
FROM
geopoint
WHERE
geopoint.userenteredcoord LIKE '%,|%'
OR
geopoint.userenteredcoord LIKE '%.|%'
</pre>
{{NavBox Upgrade}}
[[Category:NoPublic]]
[[Category:SQL Queries]]
[[Category:NAA]]