POSTGIS Query

Sven Schroeter schroeter at NETGIS.DE
Tue Dec 4 11:48:21 EST 2007


Hallo,
in a mapserver-project I want to start a query for 2 postggis-layers:

select a.id, b.nom from table_a as a, table_b as b where within (a.the_geom, 
b.the_geom)=true and nom='test';

now I want to delete all datasets from table_a I get as result. How can I 
set a delete statement in one sql-query with this selection?

Thank you
Sven 



More information about the mapserver-users mailing list