Cheat Sheet

Sunday, May 20, 2018

Simplest column lat and column lon to geom type

0 comments
SELECT ST_SetSRID(ST_Point(lon, lat),4326) As wgs84long_lat FROM abc.def

Nanti explain..