insert in a string... plsql

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marc Collin

    insert in a string... plsql

    hi

    i have str1, str2 and i
    how to Insert str2 in str1 starting from index I?

    thanks
    --
    Borland rulez http://pages.infinit.net/borland
  • Mark C. Stock

    #2
    Re: insert in a string... plsql


    "Marc Collin" <os2@videotron. cawrote in message
    news:XJM0c.6380 5$QM4.1040833@w eber.videotron. net...
    | hi
    |
    | i have str1, str2 and i
    | how to Insert str2 in str1 starting from index I?
    |
    | thanks
    | --
    | Borland rulez http://pages.infinit.net/borland

    subtr(), concatenation ('||')

    get yourself a PL/SQL manual (http://tahiti.oracle.com)

    ;-{ mcs


    Comment

    Working...