常用Oracle语法-2022-9-05
摘要:
常用函数 --upper 转大写select upper('abcde') from dual; --lower 转小写select lower('abCDE') from dual; --initcap 首字母大写select initcap('abCDe') from dual; --lengt 阅读全文
posted @ 2022-09-05 10:56 shao 阅读(452) 评论(0) 推荐(0) 编辑