posted @ 2017-09-12 20:57
Tomatoes
阅读(1894)
推荐(0)
编辑
posted @ 2017-09-12 14:31
Tomatoes
阅读(284)
推荐(0)
编辑
摘要:ORACLE中substr函数的简单用法 substr(字符串,截取开始位置,截取长度) //返回截取的字 substr('Hello World',0,1) //返回结果为 'H' *从字符串第一个字符开始截取长度为1的字符串 substr('Hello World',1,1) //返回结果为 '
阅读全文
posted @ 2017-09-12 11:29
Tomatoes
阅读(78)
推荐(0)
编辑