oracle 的字符串

--两个竖线可以把前后两个字符串连接起来
select upper(substr(xm,1,1))|| lower(substr(xm,2,length(xm)-1)) from student;
原文地址:https://www.cnblogs.com/passer1991/p/3086510.html