select count(*) as recordcount from part_words where words_unit = 'unit2' Or  words_unit='unit1'
或者:
select count(*) as recordcount from part_words where words_unit like 'unit[123]'