Thank you very much!

It worked with one small correction:

SELECT coord.latitude, coord.longitude FROM
(SELECT parseCoordinates(latitude, longitude) as coord FROM foo) bar;

Going to test this some more now.

Cheers,
Lars

PS: Sorry for sending this to the old list

Reply via email to