Licence GNU FDL 24. septembre 2015 / www.oslandia.com / [email protected]
PostGIS Integration Tips
PG Session #7 - 2015 - Paris
A quoi sert un SIG ?
« Fleuve, Pont, Ville... »
SELECT nom_comm
FROM commune
WHERE population * 1000 > 100000
AND code_dept != '75'
EXCEPT
SELECT DISTINCT nom_comm
FROM commune co, cours_eau ce
WHERE
Population * 1000 > 100000
AND ce.classe='1'
AND co.toponyme != ''
AND ST_Intersects(co.geom, ce.geom)
CLERMONT-FERRAND
NIMES
BREST
DIJON
AIX-EN-PROVENCE
TOULON
#1 Data Intégration
PostgreSQL
External WS
Data API
Flat files
Other databases
1 / 29 100%
La catégorie de ce document est-elle correcte?
Merci pour votre participation!

Faire une suggestion

Avez-vous trouvé des erreurs dans linterface ou les textes ? Ou savez-vous comment améliorer linterface utilisateur de StudyLib ? Nhésitez pas à envoyer vos suggestions. Cest très important pour nous !