INSTR FUNCTION IN SQL

  declare

  2   Tes string(20) := 'VardhanRaju';

  3  begin

  4  dbms_output.put_line(instr(tes,'r'));

  5  end;

  6  /

3


PL/SQL procedure successfully completed.

Tags

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.