摘要: 单行函数的使用 --大小写函数 --大写变小写 select lower('HELLO WORD') from dual; --小写变大写 select UPPER('hello word') from dual; --每个单词首字母大写 select initcap('hELLO word') f 阅读全文
posted @ 2025-04-19 23:01 沧海一粟95 阅读(12) 评论(0) 推荐(0)