How to merge many rows into one row

hello,
I have two tables T1, T2.
T1 (ID NUMBER, TEXT VARCHAR2(1000))
T2 (POS NUMBER, LINE VARCHAR(100))
Is it posible to get all rows of T2.LINE concated and insert them into T1.TEXT?
Thank you for any help.

SELECT ID, text, NULL pos, NULL line
  FROM t1
UNION ALL
SELECT NULL ID, NULL text, pos, line
  FROM t2regards,
friend

Similar Messages

  • How to merge pdf files into one pdf file?

    In E-Rec we need the capability to mass printing for correspondance. There i want to merge pdf files for candidates into one pdf file. I am doing the following:
    Data: lv_document1           TYPE rcf_s_cs_document_content.
    LOOP AT activity_object_tab INTO ls_activity_object.
        lo_act_corr ?= ls_activity_object-activity.
         CALL METHOD lo_act_corr->process_document
           EXPORTING
             channel  = 'FRONTEND'
           IMPORTING
             document = lv_document1.
      ENDLOOP.
    Now lv_document1 contains the pdf file in  lv_document1-DOCUMENT_X which is of type RAWSTRING.
    This works for one candidate, in this case the pdf for last candidate will be displayed.
    But how would i append in the loop or what would i need to do display all candidates in one pdf.
    Any help will be appreciated.
    Thanks

    File>Create PDF>From File.
    Please post followups in the Acrobat forum.
    Bob

  • How to merge blog pages into one?

    I used iWeb and created three sites within one Domain file; each of these sites has its own blog page.
    But I haven't touched it for quite some time and would like to pick it up again. I'm at a point where I would like to simplify things: only to have one site and one blog and...
    How do I, or is there a way to, merge these blog pages into one? Consolidating these posts and comments into one single blog page?
    Your advice would be very much appreciated. (At present I'm so torn between picking up using iWeb or just start with blogger.com; the ability to preserve these messages would be key to the decision.)
    Thank you.

    You can either use <PageOverlay> to overlay the Header PDF page onto the PDF with the Body, or you could turn the Header PDF page into a <Header> DDX element. It depends on the page size of the Header PDF.
    Please be aware that if you use <Header>, the default margins for positioning the header are 1/2 inch all around. You can set this to 0 or whatever you want using the <PageMargins> element.
    An example of using PageOverlay:
    <?xml version="1.0" encoding="UTF-8"?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/" >
    <PDF result="result1">
    <PDF source="PDF2"/>
    <PageOverlay>
    <PDF source="PDF1"/>
    </PageOverlay>
    </PDF>
    <PDF result="result2">
    <PDF source="PDF3"/>
    <PageOverlay>
    <PDF source="PDF1"/>
    </PageOverlay>
    </PDF>
    </DDX>

  • How to merge PDF docs into one?

    How can I merge several individual PDF documents into one? Can I use preview for this?
    Thanks
    a

    If this is a repetitive task, use Automator.  Set up a workflow.  First use Files & Folders to Get Selected / Specified Finder Items.  Then use PDFs Combine PDF Pages (alternatively just drag selected files to the work area rather than use the Files & Folders step).  Display the results from this combinng operation, click on it to display it and verify, and then rename it as desired.  The operation New PDF from Images should do that last step, but it appears to not work. 

  • How to merge multiple files into one pdf

    I would like help with this task. If I could do this for free I woul actually be more likely to follow advice. Many thanks

    Hi Lauravill,
    The free Adobe Reader cannot help you with the merging job. If you have Acrobat Reader then you can merge files into one pdf with the following steps-
    Within Acrobat XI, select File > Create > Combine Files into a Single PDF.
    Click Add Files and select the files you want to add.
    Click, drag, and drop to reorder the files and pages. Double-click on a file to expand and rearrange individual pages. Press the Delete key to remove unwanted content.
    When finished arranging the files, click Combine Files.
    Select File > Save As > PDF.
    Name your PDF file and click Save.
    Let us know if you face any problemwith this or need extra support.
    Thanks
    -Satyadev

  • How to merge 3 slideshows into one

    I have 3 slideshows (projects) and I want to make them into one slideshow.  How do I do that?

    You can't aggregate the slideshow projects. But you can export each slide show to a windows media file and then create a new slideshow from the resultant three videos. Bu you won't be able to edit the transitions and pans/zooms. If that's what you want then you'll need Premiere Elements as you can export each slideshow to the same PRE project and, once in PRE, use the break-apart feature for full slide show editing features.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • How to merge user accounts into one account

    I have 2 user accounts and need to merge them into one (having both running seems to slow down the computer significantly). There is some overlap in itunes and apps but none on iphoto. What would be the best way to do it?
    Krzys

    To move files from user account A to account B, log in as A, and move all the files to /Users/A/Public. Then log in as B. Navigate with Finder to /Users/A/Public, and drag them to the desktop to copy them. Then file them away in their appropriate places. When done, you can delete the A account.
    Suggestion: Keep one spare admin account around to use in an emergency. If your other account gets borked and you can't log in, it could save your bacon. A second user account is also useful for troubleshooting misbehaving apps.

  • How to merge indesign files into one

    Hi, I have some publication as book indesign files, then I want merge these individual indesign files inside one file. I search a lot for plug-ins and scripts to do it, but nothing I dont want just PDF files, because I need edit the files after putting them together. Any tips will be valuable Regards

    Try this one: go to -
    http://kasyan.ho.com.ua/scripts_by_categories.html
    search the page until you find
    Mass combine a bunch of indd files into one by Simon Wiscombe
    hope that helps
    Colin

  • Satellite L40-18Z: How to merge two partitions into one partition?

    Hello,
    I have a satellite L40 with a hard disk drive partitioned into two ( C and E ), one having 37GB capacity the other almonst 36 GB.
    The C drive is almost full and the E drive almost empty. I would like to take away the partition and have just one drive, is this possible.
    Any advice would be gratefully received. I am not a techi so be kind.
    Regards
    Peter

    Hi
    Of course this is possible
    You can do this in disk management.
    Just click right on My Computer -> Manage
    Here choose disk management.
    Now you have to delete the E partition. Then the free space could be added to the C partition.
    But note; before you would do this, create the recovery disk (if you didnt this in the past.)

  • How to merge 2 timestamps into one??

    Hi,
    Say I have two timestamps (oracle.jbo.domain.Timestamp) ts1 and ts2.
    what is the best way to create third timestamp object, ts, where ts would take:
    - date portion from ts1
    - time portion from ts2
    Any help is highly appreciated.

    hard question?

  • How to combine many rows into one row

    Hi all,
    I have a question regarding to how to combine many rows into one row?
    My result set is like that:
    ITEM_NO NAME1
    11 abc
    11 cde
    11 fg
    Want to combine them into
    ITEM_NO NAME1
    11 abc;cde;fg
    would anybody can tell me how to do that? Thanks
    Ray

    You can check this --
    satyaki>
    satyaki>
    satyaki>create table t
      2  as
      3      select 11 ITEM_NO, 'abc' NAME1 from dual
      4      union all
      5      select 11 ITEM_NO, 'cde' NAME1 from dual
      6      union all
      7      select 11 ITEM_NO, 'fg' NAME1 from dual;
    Table created.
    satyaki>
    satyaki>
    satyaki>
    satyaki>set lin 10
    satyaki>
    satyaki>desc t;
    Name              Null?    Type
    ITEM_NO                    NUMBER
    NAME1                      VARCHAR2(3)
    satyaki>
    satyaki>
    satyaki>set lin 1000
    satyaki>
    satyaki>
    satyaki>
    satyaki>SELECT ITEM_NO,
      2         LTRIM(MAX(SYS_CONNECT_BY_PATH(NAME1,';'))
      3         KEEP (DENSE_RANK LAST ORDER BY curr),';') AS NAME1_DET
      4  FROM   (SELECT ITEM_NO,
      5                 NAME1,
      6                 ROW_NUMBER() OVER (PARTITION BY ITEM_NO ORDER BY NAME1) AS curr,
      7                 ROW_NUMBER() OVER (PARTITION BY ITEM_NO ORDER BY NAME1) -1 AS prev
      8          FROM   t)
      9  GROUP BY ITEM_NO
    10  CONNECT BY prev = PRIOR curr AND ITEM_NO = PRIOR ITEM_NO
    11  START WITH curr = 1;
       ITEM_NO  NAME1_DET
            11  abc;cde;fgRegards.
    Satyaki De.

  • How to combine many rows into 1 rows in 1 column?

    Hi all,
    I have a question regarding to how to combine many rows into one row?
    My result set is like that:
    ITEM_NO NAME1
    11 abc
    11 cde
    11 fg
    Want to combine them into
    ITEM_NO NAME1
    11 abc;cde;fg
    would anybody can tell me how to do that? Thanks
    Ray

    Hi,
    select * from x2;
    INO NAME
    13 PQR
    11 ABC
    11 DEF
    12 JKL
    12 MNO
    11 GHI
    select p.ino as ITEMNO,
           substr(max(substr(sys_connect_by_path (p.name,';'),2)),1,60) as ITEMNAME
    from (select ino,name,
          row_number()over (partition by ino order by ino, name) rn
    from x2) p
    start with p.rn = 1
    connect by p.rn = prior p.rn + 1
    and prior p.ino = p.ino
    group by ino;
    OP
    ITEMNO ITEMNAME
    11 ABC;DEF;GHI
    12 JKL;MNO
    13 PQR cheers
    Nirmal

  • My wife and I have made many purchases over several years on seperate accounts, how could we join them into one account, without losing everything?

    My wife and I have made many purchases over several years on seperate accounts, how could we join them into one account, without losing everything? We both use Iphone 5's and share an Imac at home.

    Purchases using one Apple ID cannot be merged or transferred to another Apple ID. Purchases are forever tied to that Apple ID used. You have to decide which Apple you want to use for purchases and stick to that Apple ID so that you can share: Settings > iTunes & App Stores > Apple ID : > use the same Apple ID here to share purchases.

  • I have many duplicates of songs in my library, how do I consolidate them into one copy each without deleting each one individually?

    I hae many duplicates of songs in my library how do i consolidate them into one copy each without deleting each one individually?

    yea... i faced this problem many a time... have run apple sceipts to delete these songs....
    you download these scripts from the link below.... jus follow thw instructions... and you are free from duplicates
    http://dougscripts.com/apps/dupinapp.php
    hope this helps..!

  • [Help] How to merge two rows in a datagrid?

    How to merge two rows of a specific column in a datagrid?
    ex.
    |_______|_____|_____|
    | merged |_____|_____|
    |_______|_____|_____|
    |_______|_____|_____|
    thx a lot~

    I need to merge column heading. Have u find any solution for
    ur problem?

Maybe you are looking for