2019年4月5日

02-oracle字符函数

摘要: 字符函数(scott/tiger 登陆) --upper(col name)将字符大写 --lower(col name)将字符小写 --initcap(col name)字符串的首字母大写,其余小写 select ename 原表姓名,initcap(ename) 字符串的首字母大写 from e 阅读全文

posted @ 2019-04-05 22:12 joeshang 阅读(117) 评论(0) 推荐(0) 编辑

导航