The Oracle INSTR function returns the n-th occurrence of a substring in a string. ... SQL> SELECT INSTR('Grass in the Yard', 'a') FROM DUAL;
確定! 回上一頁