[postgis-users] INTERSECT TWO TABLES OK
Erwan Bocher
erwan.bocher at wanadoo.fr
Sun Apr 4 13:54:15 PDT 2004
Hi,
I don't know if it's a good method but i used this query
select intersection (p1.the_geom, p2.the_geom) into tabintersection from parcelle1 p1, parcelle2 p2 where p1.the_geom && p2.the_geom;
the result is correct
Erwan. :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20040404/0ae6fcab/attachment.html>
More information about the postgis-users
mailing list