SELECT * FROM synonyms WHERE right_genus='Miturgidae' AND right_species='indet. 2' AND (genus!='Miturgidae' OR species!='indet. 2') SELECT right_genus genus,right_species species FROM synonyms WHERE genus='Miturgidae' AND (species='indet.' OR species='indet.') SELECT genus,species FROM synonyms WHERE right_genus='Miturgidae' AND (right_species='indet.' OR right_species='indet.') SELECT s.*,r.* FROM sizes s,refs r WHERE s.ref_no=r.ref_no AND measurement='body mass' AND genus='Miturgidae' AND (species='indet.' OR species='indet.') ORDER BY measurement,sex,last_names,year SELECT *,0 AS individuals FROM crc WHERE genus='Miturgidae' AND (species='indet.' OR species='indet.') SELECT right_genus genus,right_species species FROM synonyms WHERE genus='Miturgidae' AND (species='indet.' OR species='indet.') SELECT genus,species FROM synonyms WHERE right_genus='Miturgidae' AND (right_species='indet.' OR right_species='indet.') SELECT d.diet,d.diet_2,r.ref_no,r.last_names,r.year FROM diets d,refs r WHERE d.ref_no=r.ref_no AND genus='Miturgidae' AND (species='indet.' OR species='indet.') ORDER BY year,last_names SELECT right_genus genus,right_species species FROM synonyms WHERE genus='Miturgidae' AND (species='indet.' OR species='indet.') SELECT genus,species FROM synonyms WHERE right_genus='Miturgidae' AND (right_species='indet.' OR right_species='indet.') SELECT s.*,r.* FROM sizes s,refs r WHERE s.ref_no=r.ref_no AND genus='Miturgidae' AND (species='indet.' OR species='indet.') ORDER BY measurement,sex,last_names,year SELECT *,0 AS individuals FROM crc WHERE genus='Miturgidae' AND (species='indet.' OR species='indet.') 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='indet.' AND species='2' GROUP BY t.sample_no SELECT sql FROM sqlite_master WHERE tbl_name='samples'; SELECT DISTINCT(life_forms) FROM samples; SELECT DISTINCT(life_forms) AS val FROM samples SELECT genus FROM register WHERE register_no IN (48317,36612,63443,70049,14548,49973,61591,47306,74322,44672) AND species REGEXP '^[a-z]*$'
The Ecological Register