[postgis-users] Problem in getting geometry data
S.Reena
reena at indiamail.com
Fri Aug 29 03:15:09 PDT 2008
SELECT Max(f.ogc_fid) as newgid,ST_MakeLine(f.wkb_geometry) As newgeom FROM
(SELECT ogc_fid , wkb_geometry FROM track_points where ogc_fid<1020) AS f
This gives newgeom only for ogc_fid<1020. If I omit this constraint or give
value above 1020 ,den newgeom column is empty....what can be the
problem..Can any1 suggest something
Cheers,
Reena.
--
View this message in context: http://www.nabble.com/Problem-in-getting-geometry-data-tp19217253p19217253.html
Sent from the PostGIS - User mailing list archive at Nabble.com.
More information about the postgis-users
mailing list