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. _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
