rlike(正则表达式)的写法:^牛客.*号$ like的写法:牛客%号 select t1.uid, t2.nick_name, t2.achievement from ( select uid from ( select uid, date_format(start_time, '%Y%m') as dt from exam_record union all select uid, date_format(submit_...