摘要:
环境:Oracle10.2.0.5 在SQL中尝试使用正则 可以试下regexp_substr()来进行分割 首先创建一个实验视图: SQL> create or replace view test_ip as select '192.168.1.1' a... 阅读全文
posted @ 2018-04-11 14:18
zclinux
阅读(1377)
评论(0)
推荐(0)
摘要:
Oracle的substr函数简单用法 substr(字符串,截取开始位置,截取长度) //返回截取的字 substr('Hello World',0,1) //返回结果为 'H' *从字符串第一个字符开始截取长度为1的字符串 --字符第一个是从0开始 ... 阅读全文
posted @ 2018-04-11 11:30
zclinux
阅读(476)
评论(0)
推荐(0)
摘要:
1)instr()函数的格式 (俗称:字符查找函数)格式一:instr( string1, string2 ) / instr(源字符串, 目标字符串)格式二:instr( string1, string2 [, start_position [,... 阅读全文
posted @ 2018-04-11 11:28
zclinux
阅读(380)
评论(0)
推荐(0)

浙公网安备 33010602011771号