oracleinstr 函數 對於instr函數,我們經常這樣使用:從一個字符串中查找指定子串的位置。例如: SQL> selectinstr('oracle','or') position from dual; POSITION ----- 1 從字符串'oracle'的第一個位置開始,向後查找 ...
www.itkee.com