[postgis-users] ST_Intersects

Sean seanasy at gmail.com
Wed May 4 06:09:52 PDT 2011


On May 4, 1:14 am, shreyes shiv <shivshre... at gmail.com> 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



More information about the postgis-users mailing list