insert into zh_name(first_name, last_name, sex_tend) select f.label, l.label, l.sex_tend from first_name as f cross join last_name as l;