insert in a string... plsql

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

  • Mark C. Stock
    Guest replied
    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


    Leave a comment:


  • Marc Collin
    Guest started a topic insert in a string... plsql

    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
Working...