SELECT `m`.`match` FROM `match` AS `m` JOIN `word` AS `w` ON `w`.`word` LIKE 'u%' WHERE `w`.`id` IN (`m`.`match`)