Vascular Plants of North Carolina
SELECT t1.*, t2.id FROM species_county as t1 left join nc_flora_4 as t2 on t1.sciName=t2.sciName where t1.sciName='Aristida longespica' and t1.county='Moore' order by t1.county, t1.source