Natura 2000 species table

SELECT ltrim(str(id_eunis,10)) as id_eunis,
    code_2000,
	scientific_name,
	species_group_name,
	number_sites,
	number_countries
FROM BISE.latest.Species_Information
WHERE LEN(code_2000) > 0
ORDER BY scientific_name

No data