摘要: //table typecreate or replace type table_multiyqc as object (jh varchar2(100),yqcdm varchar2(100));create or replace type table_multiyqc1 as table... 阅读全文
posted @ 2014-07-04 14:15 云淡风轻jimmy 阅读(370) 评论(0) 推荐(0)
摘要: 在oracle/PLSQL中,instr函数返回要截取的字符串在源字符串中的位置。只检索一次,就是说从字符的开始到字符的结尾就结束。 语法: instr( string1, string2 [, start_position [, nth_appearance ] ] ) 参数: strin... 阅读全文
posted @ 2014-07-04 14:08 云淡风轻jimmy 阅读(398) 评论(0) 推荐(0)