Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. update grid set
  2. toplat = (select max(ST_Y(geom)) from grid),
  3. botlat = min(ST_Y(geom)),
  4. toplon = max(ST_X(geom)) ,
  5. botlon = min(ST_X(geom))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement