SELECT p.first_name AS contributor_first,p.last_name AS contributor_last,p2.first_name AS enterer_first,p2.last_name AS enterer_last,t.* FROM people p,people p2,samples t,register t2 WHERE t.contributor_no=p.person_no AND t.enterer_no=p2.person_no AND t.sample_no=t2.sample_no AND genus='Cricetomys' GROUP BY t.sample_noSELECT life_form FROM register WHERE genus='Cricetomys' LIMIT 1SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1194SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1195SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1199SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1642SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1687SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1879SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1934SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1945SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1955SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1956SELECT corrected_richness AS estimate FROM samples WHERE sample_no=1993SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3229SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3342SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3682SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3683SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3688SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3724SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3801SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3803SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3832SELECT corrected_richness AS estimate FROM samples WHERE sample_no=3833SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4029SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4032SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4033SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4034SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4035SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4036SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4037SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4038SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4053SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4054SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4055SELECT corrected_richness AS estimate FROM samples WHERE sample_no=4056SELECT genus FROM register WHERE register_no IN (38544,39880,38311,17947,91563,98139,88614,91875,43510,50545) AND species REGEXP '^[a-z]*$'