mysql 获取文字的首字母,获取的方式 select hz.letter from hz where hz.code=conv(hex(left("中文",1)),16,10);