On May 4, 1:14 am, shreyes shiv <[email protected]> wrote: > Dear all, > > I want to use the ST_Intersect on two tables. I want the resultant of the > ST_Intersect to form a new table. How do i do that. > > Please help
Are you trying to create table that shows the overlap of the geometries? Or are you simply trying to return the attributes of intersecting geometries? It would help if you showed the table definitions or simplified versions and a table definition of the table you want to create. Note: ST_Intersects returns True or False. It doesn't return a geometry. Sean _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
