select count(*) from a where 性别 like '%男%';
select count(*) from a where 性别 like '%女%';