Skip to content
Snippets Groups Projects
Commit 1b446537 authored by Schmidt Sebastian's avatar Schmidt Sebastian
Browse files

Update WK25_WZP_KI.sql

parent b04a1ee0
Loading
--WZP
--andere BA - Codes
-- Pinus sylvestris: 20
-- Fagus sylvativa: 100
-- Quercus robur: 110
-- Quercus petraea: 111
--alle Kiefern
select distinct wzp.tnr,
wzp.enr,
wzp.m_hoe,
......@@ -16,10 +26,4 @@ JOIN waldinv_geo.b3_ecke_ist geom
JOIN bwi_meta.x3_ba x3
ON wzp.ba = x3.icode
WHERE wzp.ba <= 29
AND wzp.ba >= 20;
m_hoe IS NOT null
AND wzp.pk < 6
AND wzp.pk <> 4
ORDER BY wzp.m_hoe desc
limit 500 ;
\ No newline at end of file
AND wzp.ba >= 20;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment