需求:找出mysql里面的的 表 user 里面的 username 字段 含有大写字母的id
select id from user where binary username regexp '[A-Z]';