exclude ZH code not valide

This commit is contained in:
Colas Geier 2025-09-22 10:15:10 +02:00
parent 5bc595ace0
commit ae6ec7be13

View File

@ -227,6 +227,7 @@ LEFT JOIN outflow USING (zh_uuid)
LEFT JOIN functions USING (zh_uuid)
LEFT JOIN especes USING (zh_uuid)
--group BY zh_uuid
WHERE code not like '38CENIS%'
order by code
;
'''