Project

General

Profile

bug #6883

Updated by Andreas Müller over 6 years ago

Many common names in CoL have languages or locality. Currently they are not yet imported. 

 ~~~ sql 
 SELECT * 
 FROM DescriptionElementBase deb 
 WHERE deb.DTYPE = 'CommonTaxonName' AND (language_id IS NOT NULL OR area_id IS NOT NULL) 
 ~~~

Back